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