org.apache.axis2.jaxws
Interface Constants


public interface Constants

Constants that apply to the JAX-WS implementation.


Field Summary
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 ENDPOINT_CONTEXT_MAP
           
static String JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING
          Value that can be set on a MessageContext.
static String JAXWS_INBOUND_SOAP_HEADERS
           
static String JAXWS_OUTBOUND_SOAP_HEADERS
           
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.
 

Field Detail

ENDPOINT_CONTEXT_MAP

static final String ENDPOINT_CONTEXT_MAP
See Also:
Constant Field Values

JAXWS_OUTBOUND_SOAP_HEADERS

static final String JAXWS_OUTBOUND_SOAP_HEADERS
See Also:
Constant Field Values

JAXWS_INBOUND_SOAP_HEADERS

static final String JAXWS_INBOUND_SOAP_HEADERS
See Also:
Constant Field Values

JAXWS_ENABLE_JAXB_PAYLOAD_STREAMING

static final 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 String MEP_CONTEXT
See Also:
Constant Field Values

CHECKED_EXCEPTION

static final 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 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 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 © 2004-2010 The Apache Software Foundation. All Rights Reserved.