Package org.apache.axis2.transport.base
Class BaseConstants
- java.lang.Object
-
- org.apache.axis2.transport.base.BaseConstants
-
public class BaseConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AXIOMPAYLOADNS
The name of the element which wraps binary content into a SOAP envelopestatic String
CALLBACK_TABLE
static String
CHARSET_PARAM
character set marker to identify charset from a Content-Type stringstatic String
CONTENT_TYPE
A message property specifying the content typestatic 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 determinedstatic int
DEFAULT_POLL_INTERVAL
The default poll interval in milliseconds.static QName
DEFAULT_TEXT_WRAPPER
The name of the element which wraps plain text content into a SOAP envelopestatic String
FAULT_MESSAGE
A message context property indicating "TRUE", if a transport or the message builder has information that the current message is a fault (e.g.static String
HEADER_IN_REPLY_TO
static String
JTA_COMMIT_AFTER_SEND
A message level property indicating a commit is required after the next immidiate send over a transportstatic String
MAIL_CONTENT_TYPE
static String
METRICS_COLLECTOR
The property specifying an optional message level metrics collectorstatic String
MULTIPART_RELATED
content type identifier for multipart / MTOM messagesstatic String
OPERATION_PARAM
The Parameter name indicating the operation to dispatch non SOAP/XML messagesstatic String
PARAM_CACHE_USER_TXN
Parameter that indicates if a UserTransaction reference could be cached - default yesstatic String
PARAM_TRANSACTIONALITY
The Parameter name indicating the transactionality of a servicestatic String
PARAM_USER_TXN_JNDI_NAME
Parameter name indicating the JNDI name to get a UserTransaction from JNDIstatic int
PAUSED
static String
SET_ROLLBACK_ONLY
A message level property indicating a request to rollback the transaction associated with the messagestatic String
SOAPACTION
A message property specifying the SOAP Actionstatic int
STARTED
static int
STOPPED
static String
STR_TRANSACTION_JTA
Service transaction level - use JTA transactionsstatic String
STR_TRANSACTION_LOCAL
Service transaction level - use non-JTA (i.e. local) transactionsstatic String
STR_TRANSACTION_NONE
Service transaction level - non-transactionalstatic int
TRANSACTION_JTA
Service transaction level - use JTA transactionsstatic int
TRANSACTION_LOCAL
Service transaction level - use non-JTA (i.e. local) transactionsstatic int
TRANSACTION_NONE
Service transaction level - non-transactionalstatic String
TRANSPORT_POLL_IN_PARALLEL
Could polling take place in parallel, i.e. starting at fixed intervals?static String
TRANSPORT_POLL_INTERVAL
the parameter in the services.xml that specifies the poll interval for a servicestatic String
USER_TRANSACTION
The UserTransaction associated with this messagestatic String
WRAPPER_PARAM
The Parameter name indicating the wrapper element for non SOAP/XML messages
-
Constructor Summary
Constructors Constructor Description BaseConstants()
-
-
-
Field Detail
-
STOPPED
public static final int STOPPED
- See Also:
- Constant Field Values
-
STARTED
public static final int STARTED
- See Also:
- Constant Field Values
-
PAUSED
public static final int PAUSED
- See Also:
- Constant Field Values
-
SOAPACTION
public static final String SOAPACTION
A message property specifying the SOAP Action- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
A message property specifying the content type- See Also:
- Constant Field Values
-
FAULT_MESSAGE
public static final String FAULT_MESSAGE
A message context property indicating "TRUE", if a transport or the message builder has information that the current message is a fault (e.g. SOAP faults, non-HTTP 2xx, etc)- See Also:
- Constant Field Values
-
MULTIPART_RELATED
public static final String MULTIPART_RELATED
content type identifier for multipart / MTOM messages- See Also:
- Constant Field Values
-
CHARSET_PARAM
public static final String CHARSET_PARAM
character set marker to identify charset from a Content-Type string- See Also:
- Constant Field Values
-
METRICS_COLLECTOR
public static final String METRICS_COLLECTOR
The property specifying an optional message level metrics collector- See Also:
- Constant Field Values
-
DEFAULT_OPERATION
public static final QName DEFAULT_OPERATION
The default operation name to be used for non SOAP/XML messages if the operation cannot be determined
-
AXIOMPAYLOADNS
public static final String AXIOMPAYLOADNS
The name of the element which wraps binary content into a SOAP envelope- See Also:
- Constant Field Values
-
DEFAULT_BINARY_WRAPPER
public static final QName DEFAULT_BINARY_WRAPPER
-
DEFAULT_TEXT_WRAPPER
public static final QName DEFAULT_TEXT_WRAPPER
The name of the element which wraps plain text content into a SOAP envelope
-
OPERATION_PARAM
public static final String OPERATION_PARAM
The Parameter name indicating the operation to dispatch non SOAP/XML messages- See Also:
- Constant Field Values
-
WRAPPER_PARAM
public static final String WRAPPER_PARAM
The Parameter name indicating the wrapper element for non SOAP/XML messages- See Also:
- Constant Field Values
-
TRANSPORT_POLL_INTERVAL
public static final String TRANSPORT_POLL_INTERVAL
the parameter in the services.xml that specifies the poll interval for a service- See Also:
- Constant Field Values
-
TRANSPORT_POLL_IN_PARALLEL
public static final String TRANSPORT_POLL_IN_PARALLEL
Could polling take place in parallel, i.e. starting at fixed intervals?- See Also:
- Constant Field Values
-
DEFAULT_POLL_INTERVAL
public static final int DEFAULT_POLL_INTERVAL
The default poll interval in milliseconds.- See Also:
- Constant Field Values
-
CALLBACK_TABLE
public static final String CALLBACK_TABLE
- See Also:
- Constant Field Values
-
HEADER_IN_REPLY_TO
public static final String HEADER_IN_REPLY_TO
- See Also:
- Constant Field Values
-
MAIL_CONTENT_TYPE
public static final String MAIL_CONTENT_TYPE
- See Also:
- Constant Field Values
-
TRANSACTION_NONE
public static final int TRANSACTION_NONE
Service transaction level - non-transactional- See Also:
- Constant Field Values
-
TRANSACTION_LOCAL
public static final int TRANSACTION_LOCAL
Service transaction level - use non-JTA (i.e. local) transactions- See Also:
- Constant Field Values
-
TRANSACTION_JTA
public static final int TRANSACTION_JTA
Service transaction level - use JTA transactions- See Also:
- Constant Field Values
-
STR_TRANSACTION_NONE
public static final String STR_TRANSACTION_NONE
Service transaction level - non-transactional- See Also:
- Constant Field Values
-
STR_TRANSACTION_LOCAL
public static final String STR_TRANSACTION_LOCAL
Service transaction level - use non-JTA (i.e. local) transactions- See Also:
- Constant Field Values
-
STR_TRANSACTION_JTA
public static final String STR_TRANSACTION_JTA
Service transaction level - use JTA transactions- See Also:
- Constant Field Values
-
PARAM_TRANSACTIONALITY
public static final String PARAM_TRANSACTIONALITY
The Parameter name indicating the transactionality of a service- See Also:
- Constant Field Values
-
PARAM_USER_TXN_JNDI_NAME
public static final String PARAM_USER_TXN_JNDI_NAME
Parameter name indicating the JNDI name to get a UserTransaction from JNDI- See Also:
- Constant Field Values
-
PARAM_CACHE_USER_TXN
public static final String PARAM_CACHE_USER_TXN
Parameter that indicates if a UserTransaction reference could be cached - default yes- See Also:
- Constant Field Values
-
USER_TRANSACTION
public static final String USER_TRANSACTION
The UserTransaction associated with this message- See Also:
- Constant Field Values
-
SET_ROLLBACK_ONLY
public static final String SET_ROLLBACK_ONLY
A message level property indicating a request to rollback the transaction associated with the message- See Also:
- Constant Field Values
-
JTA_COMMIT_AFTER_SEND
public static final String JTA_COMMIT_AFTER_SEND
A message level property indicating a commit is required after the next immidiate send over a transport- See Also:
- Constant Field Values
-
-