public static class SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE
extends java.lang.Object
ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE.dynamic = dynamic ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE.singleWsdl = singleWsdl ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE.gateway = gateway
Modifier and Type | Field and Description |
---|---|
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE |
dynamic |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE |
gateway |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE |
singleWsdl |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE dynamic
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE singleWsdl
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE gateway
public static java.lang.String[] values
protected SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_WSDLOPERATIONMODE getEnumFromString(java.lang.String enumValue)