Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TBindingOperationMessage

Packages that use TBindingOperationMessage
org.apache.cxf.wsdl   
 

Uses of TBindingOperationMessage in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl declared as TBindingOperationMessage
protected  TBindingOperationMessage TBindingOperation.input
           
protected  TBindingOperationMessage TBindingOperation.output
           
 

Methods in org.apache.cxf.wsdl that return TBindingOperationMessage
 TBindingOperationMessage ObjectFactory.createTBindingOperationMessage()
          Create an instance of TBindingOperationMessage
 TBindingOperationMessage TBindingOperation.getInput()
          Gets the value of the input property.
 TBindingOperationMessage TBindingOperation.getOutput()
          Gets the value of the output property.
 

Methods in org.apache.cxf.wsdl with parameters of type TBindingOperationMessage
 void TBindingOperation.setInput(TBindingOperationMessage value)
          Sets the value of the input property.
 void TBindingOperation.setOutput(TBindingOperationMessage value)
          Sets the value of the output property.
 


Apache CXF API

Apache CXF