|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.transport.base.BaseConstants
public class BaseConstants
| Field Summary | |
|---|---|
static String |
AXIOMPAYLOADNS
The name of the element which wraps binary content into a SOAP envelope |
static String |
CHARSET_PARAM
character set marker to identify charset from a Content-Type string |
static String |
CONTENT_TYPE
The JMS message property specifying the content type |
static QName |
DEFAULT_BINARY_WRAPPER
|
static QName |
DEFAULT_OPERATION
The default operation name to be used for non SOAP/XML messages if the operation cannot be determined |
static int |
DEFAULT_POLL_INTERVAL
the default poll interval |
static QName |
DEFAULT_TEXT_WRAPPER
The name of the element which wraps plain text content into a SOAP envelope |
static String |
MULTIPART_RELATED
content type identifier for multipart / MTOM messages |
static String |
OPERATION_PARAM
The Parameter name indicating the operation to dispatch non SOAP/XML messages |
static int |
PAUSED
|
static String |
SOAPACTION
The JMS message property specifying the SOAP Action |
static int |
STARTED
|
static int |
STOPPED
|
static String |
TRANSPORT_POLL_INTERVAL
the parameter in the services.xml that specifies the poll interval for a service |
static String |
WRAPPER_PARAM
The Parameter name indicating the wrapper element for non SOAP/XML messages |
| Constructor Summary | |
|---|---|
BaseConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STOPPED
public static final int STARTED
public static final int PAUSED
public static final String SOAPACTION
public static final String CONTENT_TYPE
public static final String MULTIPART_RELATED
public static final String CHARSET_PARAM
public static final QName DEFAULT_OPERATION
public static final String AXIOMPAYLOADNS
public static final QName DEFAULT_BINARY_WRAPPER
public static final QName DEFAULT_TEXT_WRAPPER
public static final String OPERATION_PARAM
public static final String WRAPPER_PARAM
public static final String TRANSPORT_POLL_INTERVAL
public static final int DEFAULT_POLL_INTERVAL
| Constructor Detail |
|---|
public BaseConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||