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 Stringstatic final StringField CHARACTER_SET_ENCODINGstatic final Stringstatic final StringDeprecated.MISSPELLINGstatic final Stringstatic final Stringstatic final StringThis constant is used to add an deployment life cycle listener to Axis2static final StringDeprecated.please use org.apache.axis2.addressing.AddressingConstants.DISABLE_ADDRESSING_FOR_OUT_MESSAGESstatic 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 StringThis parameter prevents the charset from being added to the Content-Type header of individual parts in multipart data.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringthis parameter enables child first class loading.static final Stringaxis2.xml property to force include null values.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThis parameter enables message exchange pattern in and out for the Axis operation.static 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 StringProperty to set whether the user expects synapse to append a default charset encoding(UTF-8) to the outgoing requeststatic 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.static final Stringstatic final Stringstatic final String
-
Field Details
-
ENABLE_REST
- 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:
-
HTTP_METHOD_PATCH
- See Also:
-
CONTENT_TYPE
- See Also:
-
CONFIG_CONTEXT_TIMEOUT_INTERVAL
- See Also:
-
CONFIG_CONTEXT_TIMOUT_INTERVAL
Deprecated.MISSPELLING- 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_ADDRESSING_FOR_OUT_MESSAGES
Deprecated.please use org.apache.axis2.addressing.AddressingConstants.DISABLE_ADDRESSING_FOR_OUT_MESSAGES- See Also:
-
DISABLE_SOAP_ACTION
- See Also:
-
CHARACTER_SET_ENCODING
Field CHARACTER_SET_ENCODING- See Also:
-
XML_DECLARATION_ENCODING
- See Also:
-
XML_PROCESSING_INSTRUCTION_ELEMENTS
- See Also:
-
PRESERVE_XML_PROCESSING_INSTRUCTIONS
- See Also:
-
WRITE_XML_DECLARATION
- 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:
-
APPLICATION_XML_BUILDER_ALLOW_DTD
- See Also:
-
DEFAULT_CONTENT_TYPE
- See Also:
-
GET_HTTP_SC_OK_FOR_VOID_SERVICE_METHODS
This parameter enables message exchange pattern in and out for the Axis operation.- See Also:
-
ENABLE_FORCE_INCLUDE_NULL_ELEMENTS
axis2.xml property to force include null values.- See Also:
-
SET_CONTENT_TYPE_CHARACTER_ENCODING
Property to set whether the user expects synapse to append a default charset encoding(UTF-8) to the outgoing request- See Also:
-
DISABLE_SENDING_MULTIPART_PART_CHARSET
This parameter prevents the charset from being added to the Content-Type header of individual parts in multipart data.- See Also:
-