Class SpecifiedBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<Specified>
-
- org.opensaml.xmlsec.encryption.impl.SpecifiedBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<Specified>,XMLEncryptionBuilder<Specified>
public class SpecifiedBuilder extends AbstractXMLObjectBuilder<Specified> implements XMLEncryptionBuilder<Specified>
Builder ofSpecified.
-
-
Constructor Summary
Constructors Constructor Description SpecifiedBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpecifiedbuildObject()SpecifiedbuildObject(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 Specified buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<Specified>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<Specified>
-
buildObject
public Specified buildObject()
- Specified by:
buildObjectin interfaceXMLEncryptionBuilder<Specified>
-
-