Uses of Class
org.somda.sdc.dpws.wsdl.model.TOperation
-
Packages that use TOperation Package Description org.somda.sdc.dpws.wsdl.model -
-
Uses of TOperation in org.somda.sdc.dpws.wsdl.model
Fields in org.somda.sdc.dpws.wsdl.model with type parameters of type TOperation Modifier and Type Field Description protected List<TOperation>TPortType. operationMethods in org.somda.sdc.dpws.wsdl.model that return TOperation Modifier and Type Method Description TOperationObjectFactory. createTOperation()Create an instance ofTOperationMethods in org.somda.sdc.dpws.wsdl.model that return types with arguments of type TOperation Modifier and Type Method Description List<TOperation>TPortType. getOperation()Gets the value of the operation property.Method parameters in org.somda.sdc.dpws.wsdl.model with type arguments of type TOperation Modifier and Type Method Description voidTPortType. setOperation(List<TOperation> value)
-