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

Packages that use WsdlOperation.SOAPParameterStyle
org.pentaho.di.trans.steps.webservices.wsdl   
 

Uses of WsdlOperation.SOAPParameterStyle in org.pentaho.di.trans.steps.webservices.wsdl
 

Methods in org.pentaho.di.trans.steps.webservices.wsdl that return WsdlOperation.SOAPParameterStyle
 WsdlOperation.SOAPParameterStyle WsdlOperation.getSOAPParameterStyle()
          Get the SOAPParameter style.
static WsdlOperation.SOAPParameterStyle WsdlOperation.SOAPParameterStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WsdlOperation.SOAPParameterStyle[] WsdlOperation.SOAPParameterStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.