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