|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SOAPAddressingElement | Interface implemented by JAX-WSA classes that can be serialized / deserialized
to SOAPElements . |
SOAPAddressingProperties | Subinterface of AddressingProperties includes methods that
read and write the Message Addressing Properties to a SOAPMessage . |
Class Summary | |
---|---|
SOAPAddressingBuilder | Factory for AddressingElements that can be read from and
written to SOAPMessages . |
This package supports the serialization of the JAX-WS Addressing classes to SOAPMessages.
The SOAPAddressingElement interface contains methods that read and write the AddressingTypes defined in the javax.xml.ws.addressing package to SOAPHeaderElements.
The SOAPAddressingProperties interface extends javax.xml.ws.addressing.AddressingProperties and its contract requires that the values of all the abstract properties be SOAPAddressingElements. It also includes methods that read and write the abstract properties to SOAPMessages as described by the WS-Addressing SOAP Binding specification.
SOAPAddressingBuilder is a subclass of javax.xml.ws.addressing.AddressingBuilder whose contract requires that all its factory methods return instances of SOAPElement or SOAPAddressingProperties. Each implementation of JAX-WSA must include an implementation of SOAPAddressingBuilder.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |