Package org.opensaml.soap.wsfed.impl
Class AddressBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<Address>
-
- org.opensaml.soap.wsfed.impl.AddressBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<Address>,WSFedObjectBuilder<Address>
public class AddressBuilder extends AbstractXMLObjectBuilder<Address> implements WSFedObjectBuilder<Address>
Builder ofAddressImplobjects.
-
-
Constructor Summary
Constructors Constructor Description AddressBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressbuildObject()AddressbuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.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.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public final Address buildObject()
- Specified by:
buildObjectin interfaceWSFedObjectBuilder<Address>
-
buildObject
public Address buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<Address>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<Address>
-
-