org.opensaml.ws.wsaddressing.impl
Class AddressBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<WSAddressingObjectType>
      extended by org.opensaml.ws.wsaddressing.impl.AbstractWSAddressingObjectBuilder<Address>
          extended by org.opensaml.ws.wsaddressing.impl.AddressBuilder
All Implemented Interfaces:
WSAddressingObjectBuilder<Address>, org.opensaml.xml.XMLObjectBuilder<Address>

public class AddressBuilder
extends AbstractWSAddressingObjectBuilder<Address>

AddressBuilder.


Constructor Summary
AddressBuilder()
           
 
Method Summary
 Address buildObject()
          Builds a WS-Addressing object.
 Address buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

AddressBuilder

public AddressBuilder()
Method Detail

buildObject

public Address buildObject()
Builds a WS-Addressing object.

Specified by:
buildObject in interface WSAddressingObjectBuilder<Address>
Specified by:
buildObject in class AbstractWSAddressingObjectBuilder<Address>
Returns:
the built object

buildObject

public Address buildObject(String namespaceURI,
                           String localName,
                           String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<Address>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<Address>


Copyright © 2006-2013 Internet2. All Rights Reserved.