Uses of Class
org.somda.sdc.dpws.wsdl.model.TBindingOperationMessage
-
Packages that use TBindingOperationMessage Package Description org.somda.sdc.dpws.wsdl.model -
-
Uses of TBindingOperationMessage in org.somda.sdc.dpws.wsdl.model
Fields in org.somda.sdc.dpws.wsdl.model declared as TBindingOperationMessage Modifier and Type Field Description protected TBindingOperationMessageTBindingOperation. inputprotected TBindingOperationMessageTBindingOperation. outputMethods in org.somda.sdc.dpws.wsdl.model that return TBindingOperationMessage Modifier and Type Method Description TBindingOperationMessageObjectFactory. createTBindingOperationMessage()Create an instance ofTBindingOperationMessageTBindingOperationMessageTBindingOperation. getInput()Gets the value of the input property.TBindingOperationMessageTBindingOperation. getOutput()Gets the value of the output property.Methods in org.somda.sdc.dpws.wsdl.model with parameters of type TBindingOperationMessage Modifier and Type Method Description voidTBindingOperation. setInput(TBindingOperationMessage value)Sets the value of the input property.voidTBindingOperation. setOutput(TBindingOperationMessage value)Sets the value of the output property.
-