Class BaseConstants


  • public class BaseConstants
    extends Object
    • Field Detail

      • 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
      • 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
    • Constructor Detail

      • BaseConstants

        public BaseConstants()