org.apache.axis2.jaxws
Interface Constants


public interface Constants

Constants that apply to the JAX-WS implementation.


Field Summary
static java.lang.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 java.lang.String ENDPOINT_CONTEXT_MAP
           
static java.lang.String JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING
          Value that can be set on a MessageContext.
static java.lang.String JAXWS_INBOUND_SOAP_HEADERS
           
static java.lang.String JAXWS_OUTBOUND_SOAP_HEADERS
           
static java.lang.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 java.lang.String MEP_CONTEXT
           
static java.lang.String SOAP_HTTP_BINDING
          This constant introduces an extension for @BindingType annotation.
 

Field Detail

ENDPOINT_CONTEXT_MAP

static final java.lang.String ENDPOINT_CONTEXT_MAP
See Also:
Constant Field Values

JAXWS_OUTBOUND_SOAP_HEADERS

static final java.lang.String JAXWS_OUTBOUND_SOAP_HEADERS
See Also:
Constant Field Values

JAXWS_INBOUND_SOAP_HEADERS

static final java.lang.String JAXWS_INBOUND_SOAP_HEADERS
See Also:
Constant Field Values

JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING

static final java.lang.String JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING
Value that can be set on a MessageContext. The property value should be a Boolean() If set to false, then JAXB streaming of the XML body is disabled. A value of false will result in slower performance for unmarshalling JAXB objects but is a loss-less transformation. A value of true will cause the JAXB objects to be created when the XML body is initially parsed, which is more performant, but it may loose some information contained in the original XML such as namespace prefixes if the XML stream is recreated from the JAXB objects. The default value is Boolean(true) if this property is not set.

See Also:
Constant Field Values

MEP_CONTEXT

static final java.lang.String MEP_CONTEXT
See Also:
Constant Field Values

CHECKED_EXCEPTION

static final java.lang.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.

See Also:
Constant Field Values

JAXWS_WEBMETHOD_EXCEPTION

static final java.lang.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.

See Also:
Constant Field Values

SOAP_HTTP_BINDING

static final java.lang.String SOAP_HTTP_BINDING
This constant introduces an extension for @BindingType annotation. When the value of BindingType annotation is set to this constant, the javax.xml.ws.Provider java endpoints will cater to SOAP11 and SOAP12 messages.

See Also:
Constant Field Values


Copyright © 2007 Apache Web Services Project. All Rights Reserved.