Uses of Class
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOperation.SOAPBindingStyle
-
Packages that use WsdlOperation.SOAPBindingStyle Package Description org.pentaho.di.trans.steps.webservices.wsdl -
-
Uses of WsdlOperation.SOAPBindingStyle in org.pentaho.di.trans.steps.webservices.wsdl
Methods in org.pentaho.di.trans.steps.webservices.wsdl that return WsdlOperation.SOAPBindingStyle Modifier and Type Method Description WsdlOperation.SOAPBindingStyle
WsdlOperation. getSOAPBindingStyle()
Get the SOAPBinding Style.static WsdlOperation.SOAPBindingStyle
WsdlOperation.SOAPBindingStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static WsdlOperation.SOAPBindingStyle[]
WsdlOperation.SOAPBindingStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-