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 newInstance, newAddressingProperties and newAddressingConstants method. newAddressingProperties return an instance of SOAPAddressingProperties.

Version:
JAX-WSA 1.0
Author:
JAX-WSA Development Team

Constructor Summary
SOAPAddressingBuilder()
           
 
Method Summary
 
Methods inherited from class javax.xml.ws.addressing.AddressingBuilder
newAddressingConstants, newAddressingProperties, newEndpointReference, newEndpointReference, newInstance, newQName, newQName, newRelationship, 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()


Copyright © 2005 Sun Microsystems, Inc. All Rights Reserved.