org.apache.axis2.transport.base
Class BaseConstants

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

public class BaseConstants
extends java.lang.Object


Field Summary
static java.lang.String AXIOMPAYLOADNS
          The name of the element which wraps binary content into a SOAP envelope
static java.lang.String CALLBACK_TABLE
           
static java.lang.String CHARSET_PARAM
          character set marker to identify charset from a Content-Type string
static java.lang.String CONTENT_TYPE
          A message property specifying the content type
static javax.xml.namespace.QName DEFAULT_BINARY_WRAPPER
           
static javax.xml.namespace.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 javax.xml.namespace.QName DEFAULT_TEXT_WRAPPER
          The name of the element which wraps plain text content into a SOAP envelope
static java.lang.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 java.lang.String HEADER_IN_REPLY_TO
           
static java.lang.String JTA_COMMIT_AFTER_SEND
          A message level property indicating a commit is required after the next immidiate send over a transport
static java.lang.String MAIL_CONTENT_TYPE
           
static java.lang.String METRICS_COLLECTOR
          The property specifying an optional message level metrics collector
static java.lang.String MULTIPART_RELATED
          content type identifier for multipart / MTOM messages
static java.lang.String OPERATION_PARAM
          The Parameter name indicating the operation to dispatch non SOAP/XML messages
static java.lang.String PARAM_CACHE_USER_TXN
          Parameter that indicates if a UserTransaction reference could be cached - default yes
static java.lang.String PARAM_TRANSACTIONALITY
          The Parameter name indicating the transactionality of a service
static java.lang.String PARAM_USER_TXN_JNDI_NAME
          Parameter name indicating the JNDI name to get a UserTransaction from JNDI
static int PAUSED
           
static java.lang.String SET_ROLLBACK_ONLY
          A message level property indicating a request to rollback the transaction associated with the message
static java.lang.String SOAPACTION
          A message property specifying the SOAP Action
static int STARTED
           
static int STOPPED
           
static java.lang.String STR_TRANSACTION_JTA
          Service transaction level - use JTA transactions
static java.lang.String STR_TRANSACTION_LOCAL
          Service transaction level - use non-JTA (i.e.
static java.lang.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 java.lang.String TRANSPORT_POLL_IN_PARALLEL
          Could polling take place in parallel, i.e.
static java.lang.String TRANSPORT_POLL_INTERVAL
          the parameter in the services.xml that specifies the poll interval for a service
static java.lang.String USER_TRANSACTION
          The UserTransaction associated with this message
static java.lang.String WRAPPER_PARAM
          The Parameter name indicating the wrapper element for non SOAP/XML messages
 
Constructor Summary
BaseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 java.lang.String SOAPACTION
A message property specifying the SOAP Action

See Also:
Constant Field Values

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
A message property specifying the content type

See Also:
Constant Field Values

FAULT_MESSAGE

public static final java.lang.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 java.lang.String MULTIPART_RELATED
content type identifier for multipart / MTOM messages

See Also:
Constant Field Values

CHARSET_PARAM

public static final java.lang.String CHARSET_PARAM
character set marker to identify charset from a Content-Type string

See Also:
Constant Field Values

METRICS_COLLECTOR

public static final java.lang.String METRICS_COLLECTOR
The property specifying an optional message level metrics collector

See Also:
Constant Field Values

DEFAULT_OPERATION

public static final javax.xml.namespace.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 java.lang.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 javax.xml.namespace.QName DEFAULT_BINARY_WRAPPER

DEFAULT_TEXT_WRAPPER

public static final javax.xml.namespace.QName DEFAULT_TEXT_WRAPPER
The name of the element which wraps plain text content into a SOAP envelope


OPERATION_PARAM

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String CALLBACK_TABLE
See Also:
Constant Field Values

HEADER_IN_REPLY_TO

public static final java.lang.String HEADER_IN_REPLY_TO
See Also:
Constant Field Values

MAIL_CONTENT_TYPE

public static final java.lang.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 java.lang.String STR_TRANSACTION_NONE
Service transaction level - non-transactional

See Also:
Constant Field Values

STR_TRANSACTION_LOCAL

public static final java.lang.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 java.lang.String STR_TRANSACTION_JTA
Service transaction level - use JTA transactions

See Also:
Constant Field Values

PARAM_TRANSACTIONALITY

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.String USER_TRANSACTION
The UserTransaction associated with this message

See Also:
Constant Field Values

SET_ROLLBACK_ONLY

public static final java.lang.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 java.lang.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()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.