Package org.opensaml.soap.wspolicy.impl
Class ExactlyOneBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<T>
-
- org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectBuilder<ExactlyOne>
-
- org.opensaml.soap.wspolicy.impl.ExactlyOneBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<ExactlyOne>,WSPolicyObjectBuilder<ExactlyOne>
public class ExactlyOneBuilder extends AbstractWSPolicyObjectBuilder<ExactlyOne>
Builder for the ExactlyOne element.
-
-
Constructor Summary
Constructors Constructor Description ExactlyOneBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExactlyOnebuildObject()ExactlyOnebuildObject(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 ExactlyOne buildObject()
- Specified by:
buildObjectin interfaceWSPolicyObjectBuilder<ExactlyOne>- Specified by:
buildObjectin classAbstractWSPolicyObjectBuilder<ExactlyOne>
-
buildObject
public ExactlyOne buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<ExactlyOne>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<ExactlyOne>
-
-