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

Packages that use TBindingOperationMessage
org.xmlsoap.schemas.wsdl   
 

Uses of TBindingOperationMessage in org.xmlsoap.schemas.wsdl
 

Methods in org.xmlsoap.schemas.wsdl that return TBindingOperationMessage
 TBindingOperationMessage TBindingOperation.getInput()
           
 TBindingOperationMessage TBindingOperation.getOutput()
           
 

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