Package org.apache.axis2
Interface Constants.Configuration
- Enclosing class:
- Constants
public static interface Constants.Configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringField CHARACTER_SET_ENCODINGstatic final Stringstatic final Stringstatic final StringSpecify buffer size to used in various data copy operations.static final intstatic final StringThis constant is used to add an deployment life cycle listener to Axis2static final StringIf this is set to a Boolean 'true' value, then RequestResponseTransport instances will not be signalled by the Dispatch phase.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringthis parameter enables child first class loading.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThis is used to specify the message format which the message needs to be serializes.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThis will be used as a key for storing transport information.static final Stringstatic final Stringstatic final Stringstatic final StringIf this is set to a Boolean 'true' value, then OutIn operations will always be treated as async.static final StringIf this is set to a Boolean 'true' value, the replyTo value will not be replaced in an OutIn invocation.static final StringThis is used to enable/disable Axis2 default fall back builder.
-
Field Details
-
ENABLE_REST
- See Also:
-
ENABLE_JSON_ONLY
- See Also:
-
ENABLE_HTTP_CONTENT_NEGOTIATION
- See Also:
-
ENABLE_REST_THROUGH_GET
- See Also:
-
ARTIFACTS_TEMP_DIR
- See Also:
-
ENABLE_MTOM
- See Also:
-
MTOM_THRESHOLD
- See Also:
-
CACHE_ATTACHMENTS
- See Also:
-
ATTACHMENT_TEMP_DIR
- See Also:
-
FILE_SIZE_THRESHOLD
- See Also:
-
ENABLE_SWA
- See Also:
-
MIME_BOUNDARY
- See Also:
-
MM7_COMPATIBLE
- See Also:
-
MM7_INNER_BOUNDARY
- See Also:
-
MM7_PART_CID
- See Also:
-
REDUCE_WSDL_MEMORY_CACHE
- See Also:
-
REDUCE_WSDL_MEMORY_TYPE
- See Also:
-
HTTP_METHOD_GET
- See Also:
-
HTTP_METHOD_DELETE
- See Also:
-
HTTP_METHOD_PUT
- See Also:
-
HTTP_METHOD
- See Also:
-
HTTP_METHOD_POST
- See Also:
-
HTTP_METHOD_HEAD
- See Also:
-
CONTENT_TYPE
- See Also:
-
CONFIG_CONTEXT_TIMEOUT_INTERVAL
- See Also:
-
TRANSPORT_IN_URL
- See Also:
-
URL_PARAMETER_LIST
- See Also:
-
URL_HTTP_LOCATION_PARAMS_LIST
- See Also:
-
SEND_STACKTRACE_DETAILS_WITH_FAULTS
- See Also:
-
DRILL_DOWN_TO_ROOT_CAUSE_FOR_FAULT_REASON
- See Also:
-
DISABLE_REST
- See Also:
-
DISABLE_SOAP11
- See Also:
-
DISABLE_SOAP12
- See Also:
-
TRANSPORT_URL
- See Also:
-
DISABLE_SOAP_ACTION
- See Also:
-
CHARACTER_SET_ENCODING
Field CHARACTER_SET_ENCODING- See Also:
-
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:
-
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:
-
MESSAGE_TYPE
This is used to specify the message format which the message needs to be serializes.- See Also:
-
MESSAGE_FORMATTER
- See Also:
-
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:
-
SOAP_RESPONSE_MEP
- See Also:
-
TRANSPORT_INFO_MAP
This will be used as a key for storing transport information.- See Also:
-
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:
-
DEPLOYMENT_LIFE_CYCLE_LISTENER
This constant is used to add an deployment life cycle listener to Axis2- See Also:
-
GENERATE_ABSOLUTE_LOCATION_URIS
- See Also:
-
REST_LOCATION_PARAM
- See Also:
-
REST_METHOD_PARAM
- See Also:
-
REST_INPUTSERIALIZE_PARAM
- See Also:
-
REST_OUTPUTSERIALIZE_PARAM
- See Also:
-
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:
-
DATA_BUFFER_SIZE
Specify buffer size to used in various data copy operations.- See Also:
-
DEFAULT_DATA_BUFFER_SIZE
static final int DEFAULT_DATA_BUFFER_SIZE- See Also:
-