org.opensaml.ws.wsaddressing.impl
Class FromBuilder

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

public class FromBuilder
extends AbstractWSAddressingObjectBuilder<From>

Builder for the From element.


Constructor Summary
FromBuilder()
           
 
Method Summary
 From buildObject()
          Builds a WS-Addressing object.
 From 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

FromBuilder

public FromBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2013 Internet2. All Rights Reserved.