|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.ws.addressing.JAXWSAConstants
public class JAXWSAConstants
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.
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 |
---|
public static final java.lang.String ADDRESSING_BUILDER_PROPERTY
AddressingBuilderFactory
implementation
class.
public static final java.lang.String DEFAULT_ADDRESSING_BUILDER
AddressingBuilder
implementation class.
public static final java.lang.String SOAP11_NAMESPACE_NAME
public static final java.lang.String SOAP12_NAMESPACE_NAME
public static final javax.xml.namespace.QName SOAP11_SENDER_QNAME
public static final javax.xml.namespace.QName SOAP11_RECEIVER_QNAME
public static final javax.xml.namespace.QName SOAP12_SENDER_QNAME
public static final javax.xml.namespace.QName SOAP12_RECEIVER_QNAME
public static final java.lang.String SOAP11HTTP_ADDRESSING_BINDING
public static final java.lang.String SOAP12HTTP_ADDRESSING_BINDING
public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES
AddressingProperties
in
javax.xml.ws.BindingProvider
request and response context.
public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES_INBOUND
AddressingProperties
in
client-side javax.xml.ws.handler.MessageContext
.
public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES_OUTBOUND
AddressingProperties
in
client-side javax.xml.ws.handler.MessageContext
.
public static final java.lang.String SERVER_ADDRESSING_PROPERTIES_INBOUND
AddressingProperties
in
server-side javax.xml.ws.handler.MessageContext
.
public static final java.lang.String SERVER_ADDRESSING_PROPERTIES_OUTBOUND
AddressingProperties
in
server-side javax.xml.ws.handler.MessageContext
.
public static javax.xml.soap.SOAPFactory SOAP_FACTORY
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |