+

Search Tips   |   Advanced Search

Web Services Addressing APIs

WAS v9 provides interfaces at the application programming level to enable application developers, including developers of Web Services Resource Framework applications, to create references to, and to target, web service resource instances. If we are a system programmer, we can use some these interfaces with the Web Services Addressing (WS-Addressing) system programming interfaces.


JAX-WS 2.1 APIs

The standard JAX-WS 2.1 APIs in this product are contained in the javax.xml.ws.wsaddressing package. Refer to the JAX-WS 2.1 API documentation for more information about these APIs.

The implementation of the standard JAX-WS 2.1 APIs in this product also contains application programming interfaces, in the com.ibm.websphere.wsaddressing.jaxws21 package. These APIs are described in more detail in the generated API documentation in this information center. These APIs allow us to achieve the following objectives using specific classes:


IBM proprietary WS-Addressing APIs

These application programming interfaces are contained in the com.ibm.websphere.wsaddressing package and are summarized in the following diagram. The diagram also shows the following classes from the JAX-WS 2.1 API: com.ibm.websphere.wsaddressing.jaxws21.EndpointReferenceConverter, javax.xml.ws.wsaddressing.W3CEndpointReference and com.ibm.websphere.wsaddressing.jaxws21.SubmissionEndpointReference.

These interfaces provide the following features:


Related:

  • Web Services Addressing support
  • Web Services Resource Framework support
  • Create stateful web services using the Web Services Resource Framework
  • IBM proprietary Web Services Addressing SPIs
  • Generated API documentation - Application programming interfaces
  • JAX-WS API: http://jcp.org/aboutJava/communityprocess/mrel/jsr224/index2.html