Class BaseConstants

java.lang.Object
org.apache.axis2.transport.base.BaseConstants

public class BaseConstants extends Object
  • 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

      public static final String SOAPACTION
      A message property specifying the SOAP Action
      See Also:
    • CONTENT_TYPE

      public static final String CONTENT_TYPE
      A message property specifying the content type
      See Also:
    • 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:
    • CHARSET_PARAM

      public static final String CHARSET_PARAM
      character set marker to identify charset from a Content-Type string
      See Also:
    • METRICS_COLLECTOR

      public static final String METRICS_COLLECTOR
      The property specifying an optional message level metrics collector
      See Also:
    • 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:
    • 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:
    • WRAPPER_PARAM

      public static final String WRAPPER_PARAM
      The Parameter name indicating the wrapper element for non SOAP/XML messages
      See Also:
    • 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:
    • 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:
    • DEFAULT_POLL_INTERVAL

      public static final int DEFAULT_POLL_INTERVAL
      The default poll interval in milliseconds.
      See Also:
    • CALLBACK_TABLE

      public static final String CALLBACK_TABLE
      See Also:
    • HEADER_IN_REPLY_TO

      public static final String HEADER_IN_REPLY_TO
      See Also:
    • MAIL_CONTENT_TYPE

      public static final String MAIL_CONTENT_TYPE
      See Also:
    • TRANSACTION_NONE

      public static final int TRANSACTION_NONE
      Service transaction level - non-transactional
      See Also:
    • TRANSACTION_LOCAL

      public static final int TRANSACTION_LOCAL
      Service transaction level - use non-JTA (i.e. local) transactions
      See Also:
    • TRANSACTION_JTA

      public static final int TRANSACTION_JTA
      Service transaction level - use JTA transactions
      See Also:
    • STR_TRANSACTION_NONE

      public static final String STR_TRANSACTION_NONE
      Service transaction level - non-transactional
      See Also:
    • STR_TRANSACTION_LOCAL

      public static final String STR_TRANSACTION_LOCAL
      Service transaction level - use non-JTA (i.e. local) transactions
      See Also:
    • STR_TRANSACTION_JTA

      public static final String STR_TRANSACTION_JTA
      Service transaction level - use JTA transactions
      See Also:
    • PARAM_TRANSACTIONALITY

      public static final String PARAM_TRANSACTIONALITY
      The Parameter name indicating the transactionality of a service
      See Also:
    • 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:
    • 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:
    • USER_TRANSACTION

      public static final String USER_TRANSACTION
      The UserTransaction associated with this message
      See Also:
    • 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:
    • 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:
  • Constructor Details

    • BaseConstants

      public BaseConstants()