javax.xml.ws.addressing
Class JAXWSAConstants

java.lang.Object
  extended by javax.xml.ws.addressing.JAXWSAConstants

public class JAXWSAConstants
extends java.lang.Object

Static constants for the javax.xml.ws.addressing package.

Note: This class has changed since Early Draft 1. All the version-specific WS-Addressing constants now exist in AddressingConstants.

Since:
JAX-WSA 1.0
Author:
JAX-WSA Development Team

Field Summary
static java.lang.String ADDRESSING_BUILDER_PROPERTY
          A constant representing the property used to lookup the name of a AddressingBuilderFactory implementation class.
static java.lang.String CLIENT_ADDRESSING_PROPERTIES
          Property name to access the AddressingProperties in javax.xml.ws.BindingProvider request and response context.
static java.lang.String CLIENT_ADDRESSING_PROPERTIES_INBOUND
          Property name to access the inbound AddressingProperties in client-side javax.xml.ws.handler.MessageContext.
static java.lang.String CLIENT_ADDRESSING_PROPERTIES_OUTBOUND
          Property name to access the outbound AddressingProperties in client-side javax.xml.ws.handler.MessageContext.
static java.lang.String DEFAULT_ADDRESSING_BUILDER
          A constant representing the name of the default AddressingBuilder implementation class.
static java.lang.String SERVER_ADDRESSING_PROPERTIES_INBOUND
          Property name to access the inbound AddressingProperties in server-side javax.xml.ws.handler.MessageContext.
static java.lang.String SERVER_ADDRESSING_PROPERTIES_OUTBOUND
          Property name to access the outbound AddressingProperties in server-side javax.xml.ws.handler.MessageContext.
static javax.xml.soap.SOAPFactory SOAP_FACTORY
          Singleton instance of SOAPFactory
static java.lang.String SOAP11_NAMESPACE_NAME
          Name of the namespace defined by SOAP 1.1.
static javax.xml.namespace.QName SOAP11_RECEIVER_QNAME
          Name of Receiver fault defined by SOAP 1.1.
static javax.xml.namespace.QName SOAP11_SENDER_QNAME
          Name of Sender fault defined by SOAP 1.1.
static java.lang.String SOAP11HTTP_ADDRESSING_BINDING
          SOAP 1.1/HTTP WS-Addressing 1.0 binding id
static java.lang.String SOAP12_NAMESPACE_NAME
          Name of the namespace defined by SOAP 1.2.
static javax.xml.namespace.QName SOAP12_RECEIVER_QNAME
          Name of Receiver fault defined by SOAP 1.2.
static javax.xml.namespace.QName SOAP12_SENDER_QNAME
          Name of Sender fault defined by SOAP 1.2.
static java.lang.String SOAP12HTTP_ADDRESSING_BINDING
          SOAP 1.2/HTTP WS-Addressing 1.0 binding id
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDRESSING_BUILDER_PROPERTY

public static final java.lang.String ADDRESSING_BUILDER_PROPERTY
A constant representing the property used to lookup the name of a AddressingBuilderFactory implementation class.

See Also:
Constant Field Values

DEFAULT_ADDRESSING_BUILDER

public static final java.lang.String DEFAULT_ADDRESSING_BUILDER
A constant representing the name of the default AddressingBuilder implementation class.

See Also:
Constant Field Values

SOAP11_NAMESPACE_NAME

public static final java.lang.String SOAP11_NAMESPACE_NAME
Name of the namespace defined by SOAP 1.1.

See Also:
Constant Field Values

SOAP12_NAMESPACE_NAME

public static final java.lang.String SOAP12_NAMESPACE_NAME
Name of the namespace defined by SOAP 1.2.

See Also:
Constant Field Values

SOAP11_SENDER_QNAME

public static final javax.xml.namespace.QName SOAP11_SENDER_QNAME
Name of Sender fault defined by SOAP 1.1.


SOAP11_RECEIVER_QNAME

public static final javax.xml.namespace.QName SOAP11_RECEIVER_QNAME
Name of Receiver fault defined by SOAP 1.1.


SOAP12_SENDER_QNAME

public static final javax.xml.namespace.QName SOAP12_SENDER_QNAME
Name of Sender fault defined by SOAP 1.2.


SOAP12_RECEIVER_QNAME

public static final javax.xml.namespace.QName SOAP12_RECEIVER_QNAME
Name of Receiver fault defined by SOAP 1.2.


SOAP11HTTP_ADDRESSING_BINDING

public static final java.lang.String SOAP11HTTP_ADDRESSING_BINDING
SOAP 1.1/HTTP WS-Addressing 1.0 binding id

See Also:
Constant Field Values

SOAP12HTTP_ADDRESSING_BINDING

public static final java.lang.String SOAP12HTTP_ADDRESSING_BINDING
SOAP 1.2/HTTP WS-Addressing 1.0 binding id

See Also:
Constant Field Values

CLIENT_ADDRESSING_PROPERTIES

public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES
Property name to access the AddressingProperties in javax.xml.ws.BindingProvider request and response context.

See Also:
Constant Field Values

CLIENT_ADDRESSING_PROPERTIES_INBOUND

public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES_INBOUND
Property name to access the inbound AddressingProperties in client-side javax.xml.ws.handler.MessageContext.

See Also:
Constant Field Values

CLIENT_ADDRESSING_PROPERTIES_OUTBOUND

public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES_OUTBOUND
Property name to access the outbound AddressingProperties in client-side javax.xml.ws.handler.MessageContext.

See Also:
Constant Field Values

SERVER_ADDRESSING_PROPERTIES_INBOUND

public static final java.lang.String SERVER_ADDRESSING_PROPERTIES_INBOUND
Property name to access the inbound AddressingProperties in server-side javax.xml.ws.handler.MessageContext.

See Also:
Constant Field Values

SERVER_ADDRESSING_PROPERTIES_OUTBOUND

public static final java.lang.String SERVER_ADDRESSING_PROPERTIES_OUTBOUND
Property name to access the outbound AddressingProperties in server-side javax.xml.ws.handler.MessageContext.

See Also:
Constant Field Values

SOAP_FACTORY

public static javax.xml.soap.SOAPFactory SOAP_FACTORY
Singleton instance of SOAPFactory



Copyright © 2005 Sun Microsystems, Inc. All Rights Reserved.