Package com.ibm.wsspi.wsaddressing
This package describes the Web service Addressing (WS-Addressing) interfaces available to system programmers.
See:
Interface Summary
| Interface | Description |
|---|---|
| AttributedQName | An AttributedQName is a Qualified Name (QName) value that can have attributes set on its XML element, as an extensibility mechanism. |
| AttributedType | This interface enables XML types to have attributes set on their XML element, as an extensibility mechanism. |
| AttributedURI | An AttributedURI is a URI that can have attributes set on its XML element, as an extensibility mechanism. |
| EndpointReference | This interface represents the XML complexType "wsa:EndpointReferenceType" of the WS-Addressing specification XML schema. |
| Metadata | The Metadata interface provides a Java representation of the WS-Addressing EndpointReference's [metadata] abstract property. |
| Relationship | This interface represents the [relationship] abstract property of the WS-Addressing specification. |
| ServiceName | This interface represents the WS-Addressing service name of the an EndpointReference's WSDL [metadata] element. |
Class Summary
| Class | Description |
|---|---|
| EndpointReferenceManager | This class exposes the EndpointReferenceManager interface available at the SPI level. |
| WSAConstants | This class maintains constants used within WS-Addressing. |
| WSAddressingFactory | This class is a factory used for creating instances of objects representing the complex types found in the WS-Addressing specification. |
Exception Summary
| Exception | Description |
|---|---|
| NamespaceNotSupportedException | The NamespaceNotSupportedException is thrown when there is an attempt to use a namespace that is not supported by this implementation. |
| URIGenerationException | This exception is thrown when it is not possible to generate a valid URI address for an endpoint. |
Package com.ibm.wsspi.wsaddressing Description
This package describes the Web service Addressing (WS-Addressing) interfaces
available to system programmers. These interfaces extend those provided to the application level
in the com.ibm.websphere.wsaddressing package in order to:
- Query and update the contents of the endpoint reference beyond what is available at the application programming level.
- Associate a WS-Addressing namespace, and therefore specification behavior, with an endpoint reference.
- Specify WS-Addressing message addressing properties for outbound Web service messages.
- In the targeted Web service, extract message addressing properties from inbound Web service messages.
- Construct asynchronous message exchange patterns in accordance with the WS-Addressing specification.
- Specify the WS-Addressing namespace of an outbound WS-Addressing message.
- In a targeted Web service, acquire the WS-Addressing namespace of an incoming message.
Version:
1.1.0