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