org.apache.axis2
Interface Constants.Configuration

Enclosing class:
Constants

public static interface Constants.Configuration


Field Summary
static String ATTACHMENT_TEMP_DIR
           
static String CACHE_ATTACHMENTS
           
static String CHARACTER_SET_ENCODING
          Field CHARACTER_SET_ENCODING
static String CONFIG_CONTEXT_TIMOUT_INTERVAL
           
static String CONTENT_TYPE
           
static String DISABLE_ADDRESSING_FOR_OUT_MESSAGES
          Deprecated. please use org.apache.axis2.addressing.AddressingConstants.DISABLE_ADDRESSING_FOR_OUT_MESSAGES
static String DISABLE_REST
           
static String DISABLE_SEPARATE_ENDPOINT_FOR_REST
           
static String DISABLE_SOAP_ACTION
           
static String DRILL_DOWN_TO_ROOT_CAUSE_FOR_FAULT_REASON
           
static String ENABLE_MTOM
           
static String ENABLE_REST
           
static String ENABLE_REST_IN_AXIS2_MAIN_SERVLET
           
static String ENABLE_REST_THROUGH_GET
           
static String ENABLE_SWA
           
static String FILE_SIZE_THRESHOLD
           
static String HTTP_METHOD
           
static String HTTP_METHOD_GET
           
static String HTTP_METHOD_POST
           
static String IS_USING_SEPARATE_LISTENER
           
static String SEND_STACKTRACE_DETAILS_WITH_FAULTS
           
static String TRANSPORT_IN_URL
           
static String TRANSPORT_URL
           
static String URL_PARAMETER_LIST
           
static String USE_CUSTOM_LISTENER
          If this is set to a Boolean 'true' value, the replyTo value will not be replaced in an OutIn invocation.
 

Field Detail

ENABLE_REST

static final String ENABLE_REST
See Also:
Constant Field Values

ENABLE_REST_THROUGH_GET

static final String ENABLE_REST_THROUGH_GET
See Also:
Constant Field Values

ENABLE_MTOM

static final String ENABLE_MTOM
See Also:
Constant Field Values

CACHE_ATTACHMENTS

static final String CACHE_ATTACHMENTS
See Also:
Constant Field Values

ATTACHMENT_TEMP_DIR

static final String ATTACHMENT_TEMP_DIR
See Also:
Constant Field Values

FILE_SIZE_THRESHOLD

static final String FILE_SIZE_THRESHOLD
See Also:
Constant Field Values

HTTP_METHOD_GET

static final String HTTP_METHOD_GET
See Also:
Constant Field Values

HTTP_METHOD

static final String HTTP_METHOD
See Also:
Constant Field Values

HTTP_METHOD_POST

static final String HTTP_METHOD_POST
See Also:
Constant Field Values

ENABLE_SWA

static final String ENABLE_SWA
See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
See Also:
Constant Field Values

IS_USING_SEPARATE_LISTENER

static final String IS_USING_SEPARATE_LISTENER
See Also:
Constant Field Values

CONFIG_CONTEXT_TIMOUT_INTERVAL

static final String CONFIG_CONTEXT_TIMOUT_INTERVAL
See Also:
Constant Field Values

TRANSPORT_IN_URL

static final String TRANSPORT_IN_URL
See Also:
Constant Field Values

URL_PARAMETER_LIST

static final String URL_PARAMETER_LIST
See Also:
Constant Field Values

SEND_STACKTRACE_DETAILS_WITH_FAULTS

static final String SEND_STACKTRACE_DETAILS_WITH_FAULTS
See Also:
Constant Field Values

DRILL_DOWN_TO_ROOT_CAUSE_FOR_FAULT_REASON

static final String DRILL_DOWN_TO_ROOT_CAUSE_FOR_FAULT_REASON
See Also:
Constant Field Values

ENABLE_REST_IN_AXIS2_MAIN_SERVLET

static final String ENABLE_REST_IN_AXIS2_MAIN_SERVLET
See Also:
Constant Field Values

DISABLE_REST

static final String DISABLE_REST
See Also:
Constant Field Values

DISABLE_SEPARATE_ENDPOINT_FOR_REST

static final String DISABLE_SEPARATE_ENDPOINT_FOR_REST
See Also:
Constant Field Values

TRANSPORT_URL

static final String TRANSPORT_URL
See Also:
Constant Field Values

DISABLE_ADDRESSING_FOR_OUT_MESSAGES

static final String DISABLE_ADDRESSING_FOR_OUT_MESSAGES
Deprecated. please use org.apache.axis2.addressing.AddressingConstants.DISABLE_ADDRESSING_FOR_OUT_MESSAGES
See Also:
Constant Field Values

DISABLE_SOAP_ACTION

static final String DISABLE_SOAP_ACTION
See Also:
Constant Field Values

CHARACTER_SET_ENCODING

static final String CHARACTER_SET_ENCODING
Field CHARACTER_SET_ENCODING

See Also:
Constant Field Values

USE_CUSTOM_LISTENER

static final String USE_CUSTOM_LISTENER
If this is set to a Boolean 'true' value, the replyTo value will not be replaced in an OutIn invocation. This is useful for modules that hope to get the reply message in its own manner.

See Also:
Constant Field Values