Uses of Class
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation

Packages that use WsdlOperation
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
 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
 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
WsdlOperationContainer(WsdlOperation operation, WsdlOpParameter.ParameterMode mode)