Package org.apache.axis2
Interface Constants.Configuration
-
- Enclosing class:
- Constants
public static interface Constants.Configuration
-
-
Field Summary
-
-
-
Field Detail
-
ENABLE_REST
static final String ENABLE_REST
- See Also:
- Constant Field Values
-
ENABLE_HTTP_CONTENT_NEGOTIATION
static final String ENABLE_HTTP_CONTENT_NEGOTIATION
- See Also:
- Constant Field Values
-
ENABLE_REST_THROUGH_GET
static final String ENABLE_REST_THROUGH_GET
- See Also:
- Constant Field Values
-
ARTIFACTS_TEMP_DIR
static final String ARTIFACTS_TEMP_DIR
- See Also:
- Constant Field Values
-
ENABLE_MTOM
static final String ENABLE_MTOM
- See Also:
- Constant Field Values
-
MTOM_THRESHOLD
static final String MTOM_THRESHOLD
- 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
-
ENABLE_SWA
static final String ENABLE_SWA
- See Also:
- Constant Field Values
-
MIME_BOUNDARY
static final String MIME_BOUNDARY
- See Also:
- Constant Field Values
-
MM7_COMPATIBLE
static final String MM7_COMPATIBLE
- See Also:
- Constant Field Values
-
MM7_INNER_BOUNDARY
static final String MM7_INNER_BOUNDARY
- See Also:
- Constant Field Values
-
MM7_PART_CID
static final String MM7_PART_CID
- See Also:
- Constant Field Values
-
REDUCE_WSDL_MEMORY_CACHE
static final String REDUCE_WSDL_MEMORY_CACHE
- See Also:
- Constant Field Values
-
REDUCE_WSDL_MEMORY_TYPE
static final String REDUCE_WSDL_MEMORY_TYPE
- See Also:
- Constant Field Values
-
HTTP_METHOD_GET
static final String HTTP_METHOD_GET
- See Also:
- Constant Field Values
-
HTTP_METHOD_DELETE
static final String HTTP_METHOD_DELETE
- See Also:
- Constant Field Values
-
HTTP_METHOD_PUT
static final String HTTP_METHOD_PUT
- 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
-
HTTP_METHOD_HEAD
static final String HTTP_METHOD_HEAD
- See Also:
- Constant Field Values
-
CONTENT_TYPE
static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONFIG_CONTEXT_TIMEOUT_INTERVAL
static final String CONFIG_CONTEXT_TIMEOUT_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
-
URL_HTTP_LOCATION_PARAMS_LIST
static final String URL_HTTP_LOCATION_PARAMS_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
-
DISABLE_REST
static final String DISABLE_REST
- See Also:
- Constant Field Values
-
DISABLE_SOAP11
static final String DISABLE_SOAP11
- See Also:
- Constant Field Values
-
DISABLE_SOAP12
static final String DISABLE_SOAP12
- See Also:
- Constant Field Values
-
TRANSPORT_URL
static final String TRANSPORT_URL
- 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
-
USE_ASYNC_OPERATIONS
static final String USE_ASYNC_OPERATIONS
If this is set to a Boolean 'true' value, then OutIn operations will always be treated as async. This is useful for modules that layer async behaviour on top of sync channels.- See Also:
- Constant Field Values
-
MESSAGE_TYPE
static final String MESSAGE_TYPE
This is used to specify the message format which the message needs to be serializes.- See Also:
MessageFormatter
, Constant Field Values
-
MESSAGE_FORMATTER
static final String MESSAGE_FORMATTER
- See Also:
- Constant Field Values
-
USE_DEFAULT_FALLBACK_BUILDER
static final String USE_DEFAULT_FALLBACK_BUILDER
This is used to enable/disable Axis2 default fall back builder. When enabled Axis2 will build any message that has a content type which is not supported by the configured Axis2 builder will be built using this builder.- See Also:
- Constant Field Values
-
SOAP_RESPONSE_MEP
static final String SOAP_RESPONSE_MEP
- See Also:
- Constant Field Values
-
TRANSPORT_INFO_MAP
static final String TRANSPORT_INFO_MAP
This will be used as a key for storing transport information.- See Also:
- Constant Field Values
-
DISABLE_RESPONSE_ACK
static final String DISABLE_RESPONSE_ACK
If this is set to a Boolean 'true' value, then RequestResponseTransport instances will not be signalled by the Dispatch phase. This is useful for modules that add wish to send extra messages in the back-channel.- See Also:
- Constant Field Values
-
DEPLOYMENT_LIFE_CYCLE_LISTENER
static final String DEPLOYMENT_LIFE_CYCLE_LISTENER
This constant is used to add an deployment life cycle listener to Axis2- See Also:
- Constant Field Values
-
GENERATE_ABSOLUTE_LOCATION_URIS
static final String GENERATE_ABSOLUTE_LOCATION_URIS
- See Also:
- Constant Field Values
-
REST_LOCATION_PARAM
static final String REST_LOCATION_PARAM
- See Also:
- Constant Field Values
-
REST_METHOD_PARAM
static final String REST_METHOD_PARAM
- See Also:
- Constant Field Values
-
REST_INPUTSERIALIZE_PARAM
static final String REST_INPUTSERIALIZE_PARAM
- See Also:
- Constant Field Values
-
REST_OUTPUTSERIALIZE_PARAM
static final String REST_OUTPUTSERIALIZE_PARAM
- See Also:
- Constant Field Values
-
ENABLE_CHILD_FIRST_CLASS_LOADING
static final String ENABLE_CHILD_FIRST_CLASS_LOADING
this parameter enables child first class loading. so the modules and services first use the classes in their class loader first- See Also:
- Constant Field Values
-
DATA_BUFFER_SIZE
static final String DATA_BUFFER_SIZE
Specify buffer size to used in various data copy operations.- See Also:
- Constant Field Values
-
DEFAULT_DATA_BUFFER_SIZE
static final int DEFAULT_DATA_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-