Apache CXF API

org.apache.cxf.ws.addressing
Class JAXWSAConstants

java.lang.Object
  extended by org.apache.cxf.ws.addressing.JAXWSAConstants

public final class JAXWSAConstants
extends java.lang.Object

A container for WS-Addressing constants.


Field Summary
static java.lang.String CLIENT_ADDRESSING_PROPERTIES
          Well-known Property names for AddressingProperties in BindingProvider Context.
static java.lang.String CLIENT_ADDRESSING_PROPERTIES_INBOUND
          Well-known Property names for AddressingProperties in Handler Context.
static java.lang.String CLIENT_ADDRESSING_PROPERTIES_OUTBOUND
           
static java.lang.String DEFAULT_ADDRESSING_BUILDER
          Used by AddressingBuilder factory method.
static java.lang.String SERVER_ADDRESSING_PROPERTIES_INBOUND
           
static java.lang.String SERVER_ADDRESSING_PROPERTIES_OUTBOUND
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_ADDRESSING_PROPERTIES

public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES
Well-known Property names for AddressingProperties in BindingProvider Context.

See Also:
Constant Field Values

CLIENT_ADDRESSING_PROPERTIES_INBOUND

public static final java.lang.String CLIENT_ADDRESSING_PROPERTIES_INBOUND
Well-known Property names for AddressingProperties in Handler Context.

See Also:
Constant Field Values

CLIENT_ADDRESSING_PROPERTIES_OUTBOUND

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

SERVER_ADDRESSING_PROPERTIES_INBOUND

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

SERVER_ADDRESSING_PROPERTIES_OUTBOUND

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

DEFAULT_ADDRESSING_BUILDER

public static final java.lang.String DEFAULT_ADDRESSING_BUILDER
Used by AddressingBuilder factory method.

See Also:
Constant Field Values

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.