public class BaseConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AXIOMPAYLOADNS
The name of the element which wraps binary content into a SOAP envelope
|
static String |
CALLBACK_TABLE |
static String |
CHARSET_PARAM
character set marker to identify charset from a Content-Type string
|
static String |
CONTENT_TYPE
A 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 in milliseconds.
|
static QName |
DEFAULT_TEXT_WRAPPER
The name of the element which wraps plain text content into a SOAP envelope
|
static 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 transport
|
static String |
MAIL_CONTENT_TYPE |
static String |
METRICS_COLLECTOR
The property specifying an optional message level metrics collector
|
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 String |
PARAM_CACHE_USER_TXN
Parameter that indicates if a UserTransaction reference could be cached - default yes
|
static String |
PARAM_TRANSACTIONALITY
The Parameter name indicating the transactionality of a service
|
static String |
PARAM_USER_TXN_JNDI_NAME
Parameter name indicating the JNDI name to get a UserTransaction from JNDI
|
static int |
PAUSED |
static String |
SET_ROLLBACK_ONLY
A message level property indicating a request to rollback the transaction associated with the message
|
static String |
SOAPACTION
A message property specifying the SOAP Action
|
static int |
STARTED |
static int |
STOPPED |
static String |
STR_TRANSACTION_JTA
Service transaction level - use JTA transactions
|
static String |
STR_TRANSACTION_LOCAL
Service transaction level - use non-JTA (i.e.
|
static String |
STR_TRANSACTION_NONE
Service transaction level - non-transactional
|
static int |
TRANSACTION_JTA
Service transaction level - use JTA transactions
|
static int |
TRANSACTION_LOCAL
Service transaction level - use non-JTA (i.e.
|
static int |
TRANSACTION_NONE
Service transaction level - non-transactional
|
static String |
TRANSPORT_POLL_IN_PARALLEL
Could polling take place in parallel, i.e.
|
static String |
TRANSPORT_POLL_INTERVAL
the parameter in the services.xml that specifies the poll interval for a service
|
static String |
USER_TRANSACTION
The UserTransaction associated with this message
|
static String |
WRAPPER_PARAM
The Parameter name indicating the wrapper element for non SOAP/XML messages
|
Constructor and Description |
---|
BaseConstants() |
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 FAULT_MESSAGE
public static final String MULTIPART_RELATED
public static final String CHARSET_PARAM
public static final String METRICS_COLLECTOR
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 String TRANSPORT_POLL_IN_PARALLEL
public static final int DEFAULT_POLL_INTERVAL
public static final String CALLBACK_TABLE
public static final String HEADER_IN_REPLY_TO
public static final String MAIL_CONTENT_TYPE
public static final int TRANSACTION_NONE
public static final int TRANSACTION_LOCAL
public static final int TRANSACTION_JTA
public static final String STR_TRANSACTION_NONE
public static final String STR_TRANSACTION_LOCAL
public static final String STR_TRANSACTION_JTA
public static final String PARAM_TRANSACTIONALITY
public static final String PARAM_USER_TXN_JNDI_NAME
public static final String PARAM_CACHE_USER_TXN
public static final String USER_TRANSACTION
public static final String SET_ROLLBACK_ONLY
public static final String JTA_COMMIT_AFTER_SEND
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.