public interface Constants
Modifier and Type | Field and Description |
---|---|
static String |
CHECKED_EXCEPTION
If a checked exception is thrown by the webservice's webmethod, then
the name of the checked exception is placed in the outbound response context.
|
static String |
DISABLE_ENDPOINT_PUBLISH_METHODS
Context Property:
Name: jaxws.endpoint.publish.disable
Value: String "false" or "true"
Default: null, which is interpreted as "false"
Can be set on:
- Axis Configuration, which affects all jax-ws endpoints
Indicates if the javax.xml.ws.Endpoint.publish methods should be disabled, throwing an exception if
they are called.
|
static String |
DISABLE_SOAPFAULT_FOR_LOCAL_EXCEPTION
Context Property:
Name: jaxws.soapfault.local.exceptions.disable
Value: String "false" or "true"
Default: null, which is interpreted as "false"
Can be set on:
- Axis Configuration, which affects all jax-ws clients
Indicates if local exceptions encountered by a JAX-WS client should be turned into a SOAPFaultException
and then call the appropriate JAX-WS application handlers handleFault()methods with that SOAPFault
in the message.
|
static String |
DISPATCH_CLIENT_OUTBOUND_RESOLUTION
Context Property:
Name: jaxws.dispatch.outbound.operation.resolution.enable
Value: String "false" or "true"
Default: null, which is interpreted as "true"
Can be set on:
- Axis Configuration, which affects operation resolution across all Dispatch
|
static String |
ENDPOINT_CONTEXT_MAP |
static String |
JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING
Deprecated.
see JAXWS_PAYLOAD_HIGH_FIDELITY
|
static String |
JAXWS_INBOUND_SOAP_HEADERS |
static String |
JAXWS_JAXB_WRITE_REMOVE_ILLEGAL_CHARS
Context Property:
Name: jaxws.jaxb.write.remove.illegal.chars
Value: Boolean.TRUE or Boolean.FALSE
Default: null, which is interpreted as FALSE.
|
static String |
JAXWS_MESSAGE_ACCESSOR
javax.xml.ws.handler.MessageContext Property:
Name: jaxws.message.as.string
Value: null or MessageAccessor
Description:
A handler or resource injection @WebServiceContext may use
this property to get access to a MessageAccessor object.
|
static String |
JAXWS_OUTBOUND_SOAP_HEADERS |
static String |
JAXWS_PAYLOAD_HIGH_FIDELITY
Context Property:
Name: jaxws.payload.highFidelity
Value: Boolean.TRUE or Boolean.FALSE
Default: null, which is interpreted as FALSE....engine may set this to TRUE in some cases.
|
static String |
JAXWS_PROVIDER_NULL_ONEWAY
Context Property:
Name: jaxws.provider.interpretNullAsOneway
Value: Boolean.TRUE or Boolean.FALSE
Default: TRUE.
|
static String |
JAXWS_WEBMETHOD_EXCEPTION
If an exception is thrown by the JAXWS webservice's webmethod, the
Throwable object is placed in the service outbound response context.
|
static String |
MEP_CONTEXT |
static String |
SOAP_HTTP_BINDING
This constant introduces an extension for @BindingType annotation.
|
static String |
THROW_EXCEPTION_IF_SOAP_FAULT
This constant will be used to determine if a Exception will be throw by
JAX-WS layer when a SOAP Fault is received on response.
|
static String |
WRITE_HEADER_ELEMENT_IF_NULL
Context Property:
Name: jaxws.header.parameter.isNull.write.element.with.xsi.nil
Value: Boolean.TRUE or Boolean.FALSE
Default: null, which is interpretted as Boolean.TRUE
If the @WebParam indicates that the parameter is mapped to a header
and the argument for the parameter is null, this property is queried by the
JAX-WS runtime to determine if
a) TRUE: A SOAP header element is serialized with an xsi:nil="true" attribute
b) FALSE: No SOAP header element is serialized.
|
static String |
WS_CACHE
This constant will be used to store the location of JAX-WS generated artifacts cache.
|
static final String ENDPOINT_CONTEXT_MAP
static final String JAXWS_OUTBOUND_SOAP_HEADERS
static final String JAXWS_INBOUND_SOAP_HEADERS
static final String JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING
static final String JAXWS_PAYLOAD_HIGH_FIDELITY
static final String JAXWS_PROVIDER_NULL_ONEWAY
static final String MEP_CONTEXT
static final String CHECKED_EXCEPTION
static final String JAXWS_WEBMETHOD_EXCEPTION
static final String SOAP_HTTP_BINDING
static final String THROW_EXCEPTION_IF_SOAP_FAULT
static final String WRITE_HEADER_ELEMENT_IF_NULL
static final String WS_CACHE
static final String JAXWS_JAXB_WRITE_REMOVE_ILLEGAL_CHARS
static final String JAXWS_MESSAGE_ACCESSOR
static final String DISPATCH_CLIENT_OUTBOUND_RESOLUTION
static final String DISABLE_SOAPFAULT_FOR_LOCAL_EXCEPTION
static final String DISABLE_ENDPOINT_PUBLISH_METHODS
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.