Uses of Class
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation
-
Packages that use WsdlOperation Package Description org.pentaho.di.trans.steps.webservices.wsdl -
-
Uses of WsdlOperation in org.pentaho.di.trans.steps.webservices.wsdl
Methods in org.pentaho.di.trans.steps.webservices.wsdl that return WsdlOperation Modifier and Type Method Description WsdlOperation
Wsdl. getOperation(String operationName)
Find the specified operation in the WSDL definition.Methods in org.pentaho.di.trans.steps.webservices.wsdl that return types with arguments of type WsdlOperation Modifier and Type Method Description List<WsdlOperation>
Wsdl. getOperations()
Get a list of all operations defined in this WSDL.Constructors in org.pentaho.di.trans.steps.webservices.wsdl with parameters of type WsdlOperation Constructor Description WsdlOperationContainer(WsdlOperation operation, WsdlOpParameter.ParameterMode mode)
-