Uses of Class
org.xmlsoap.schemas.wsdl.TBindingOperationMessage

Uses of TBindingOperationMessage in org.xmlsoap.schemas.wsdl
 

Fields in org.xmlsoap.schemas.wsdl declared as TBindingOperationMessage
private  TBindingOperationMessage TBindingOperation.input
           
private  TBindingOperationMessage TBindingOperation.output
           
 

Methods in org.xmlsoap.schemas.wsdl that return TBindingOperationMessage
 TBindingOperationMessage TBindingOperation.getInput()
          Gets the input value for this TBindingOperation.
 TBindingOperationMessage TBindingOperation.getOutput()
          Gets the output value for this TBindingOperation.
 

Methods in org.xmlsoap.schemas.wsdl with parameters of type TBindingOperationMessage
 void TBindingOperation.setInput(TBindingOperationMessage input)
          Sets the input value for this TBindingOperation.
 void TBindingOperation.setOutput(TBindingOperationMessage output)
          Sets the output value for this TBindingOperation.
 

Constructors in org.xmlsoap.schemas.wsdl with parameters of type TBindingOperationMessage
TBindingOperation(TBindingOperationMessage input, TBindingOperationMessage output, TBindingOperationFault[] fault, org.apache.axis.types.NCName name)