public static class SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT
extends java.lang.Object
ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT.http = HTTP ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT.jms = JMS
Modifier and Type | Field and Description |
---|---|
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT |
http |
static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT |
jms |
static java.lang.String[] |
values |
Modifier | Constructor and Description |
---|---|
protected |
SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT |
getEnumFromString(java.lang.String enumValue) |
java.lang.String |
toString() |
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT http
public static final SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT jms
public static java.lang.String[] values
protected SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object
protected static SOAPAsynchronousRequestNode.ENUM_SOAPASYNCHRONOUSREQUEST_TRANSPORT getEnumFromString(java.lang.String enumValue)