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.SOAPBindingUse
WsdlOperation. getSOAPBindingUse()
Get the SOAPBinding use.static WsdlOperation.SOAPBindingUse
WsdlOperation.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.
-