Class RetrievalMethodBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<RetrievalMethod>
org.opensaml.xmlsec.signature.impl.RetrievalMethodBuilder
- All Implemented Interfaces:
XMLObjectBuilder<RetrievalMethod>,XMLSignatureBuilder<RetrievalMethod>
public class RetrievalMethodBuilder
extends AbstractXMLObjectBuilder<RetrievalMethod>
implements XMLSignatureBuilder<RetrievalMethod>
Builder of
RetrievalMethod.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObject(String namespaceURI, String localName, String namespacePrefix) Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Constructor Details
-
RetrievalMethodBuilder
public RetrievalMethodBuilder()
-
-
Method Details
-
buildObject
@Nonnull public RetrievalMethod buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix) - Specified by:
buildObjectin interfaceXMLObjectBuilder<RetrievalMethod>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<RetrievalMethod>
-
buildObject
- Specified by:
buildObjectin interfaceXMLSignatureBuilder<RetrievalMethod>
-