javax.xml.ws.addressing.soap
Class SOAPAddressingBuilder

java.lang.Object
  extended by javax.xml.ws.addressing.AddressingBuilder
      extended by javax.xml.ws.addressing.soap.SOAPAddressingBuilder
All Implemented Interfaces:
AddressingType

public abstract class SOAPAddressingBuilder
extends AddressingBuilder

Factory for AddressingElements that can be read from and written to SOAPMessages. Implementing classes must supply a 0-arguments constructor. Each method must return an instance of SOAPAddressingElement except the newAddressingProperties method, which must return an instance of SOAPAddressingProperties.


Constructor Summary
SOAPAddressingBuilder()
           
 
Method Summary
 
Methods inherited from class javax.xml.ws.addressing.AddressingBuilder
getAddressingBuilder, newAddressingConstants, newAddressingProperties, newEndpointReference, newQName, newRelationship, newURI, newURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.ws.addressing.AddressingType
getNamespaceURI
 

Constructor Detail

SOAPAddressingBuilder

public SOAPAddressingBuilder()