Package com.ibm.websphere.wsaddressing

This package describes the Web service Addressing (WS-Addressing) interfaces available to application programmers.

See: Description

  • Interface Summary 
    Interface Description
    EndpointReference
    This interface represents the XML EndpointReferenceType complexType of the WS-Addressing specification XML schema.
  • Class Summary 
    Class Description
    EndpointReferenceManager
    This abstract class is used to create EndpointReferences.
    WSAConstants
    This class contains the WS-Addressing constant exposed on the API.
  • Exception Summary 
    Exception Description
    EndpointReferenceCreationException
    This exception is hrown when it is not possible to create an EndpointReference.
    ReferenceParameterCreationException
    This exception is thrown when it is not possible to create an EndpointReference.

Package com.ibm.websphere.wsaddressing Description

This package describes the Web service Addressing (WS-Addressing) interfaces available to application programmers.

These interfaces enable application developers, including developers of Web Services Resource Framework applications, to create references to, and to target, Web service resource instances. In particular, you can use these WS-Addressing interfaces to:

  • Easily create Java endpoint reference instances at run time based on the application's deployment environment, (there is no need to specify the URI of the endpoint reference). Additionally, endpoint references can represent highly available or workload managed objects.
  • Configure client JAX-RPC Stub or DII objects with a WS-Addressing endpoint reference. Future invocations on the client Stub or Call object are targeted at the endpoint represented by the endpoint reference. The invocations also automatically conform to the WS-Addressing specification (namespace) associated with that endpoint reference.
  • Associate reference parameters with an endpoint reference at the time of its creation, to correlate it with a particular resource instance.
  • In targeted Web services, extract the reference parameters of an incoming message, so that the Web service can route the message to the appropriate WS-Resource instance.
Version:
1.1.0
IBM WebSphere Application ServerTM
Release 8.5