| Interface | Description |
|---|---|
| AddressingConstants |
Encapsulation of version-specific WS-Addressing constants.
|
| AddressingProperties |
Abstraction of Message Addressing Properties.
|
| AddressingType |
Encapsulates the WS-Addressing namespace URI (and by implication, also the
version).
|
| Class | Description |
|---|---|
| AddressingBuilder |
Factory for WS-Addressing elements.
|
| AttributedAnyType |
Java class for AttributedAnyType complex type.
|
| AttributedQNameType |
Java class for AttributedQNameType complex type.
|
| AttributedUnsignedLongType |
Java class for AttributedUnsignedLongType complex type.
|
| AttributedURIType |
Java class for AttributedURIType complex type.
|
| EndpointReferenceType |
Java class for EndpointReferenceType complex type.
|
| JAXWSAConstants |
A container for WS-Addressing constants.
|
| MetadataType |
Java class for MetadataType complex type.
|
| NSManager |
Only public/static/final fields can be resolved
The prefix MUST ends with _PREFIX
Namespace MUST starts with NS_
The value of the _PREFIX is the suffix of NS_
e.g
public static final String WSAW_PREFIX = "wsaw";
public static final String NS_WSAW = "http://www.w3.org/2006/05/addressing/wsdl";
|
| ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.addressing package.
|
| ProblemActionType |
Java class for ProblemActionType complex type.
|
| ReferenceParametersType |
Java class for ReferenceParametersType complex type.
|
| RelatesToType |
Java class for RelatesToType complex type.
|
| WSAContextUtils |
Holder for utility methods relating to contexts.
|
Apache CXF