Package org.opensaml.soap.wspolicy.impl
Class AbstractWSPolicyObjectBuilder<T extends WSPolicyObject>
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<T>
-
- org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObjectBuilder<T>
-
- Type Parameters:
T- the type of object being built
- All Implemented Interfaces:
XMLObjectBuilder<T>,WSPolicyObjectBuilder<T>
- Direct Known Subclasses:
AllBuilder,AppliesToBuilder,ExactlyOneBuilder,PolicyAttachmentBuilder,PolicyBuilder,PolicyReferenceBuilder
public abstract class AbstractWSPolicyObjectBuilder<T extends WSPolicyObject> extends AbstractXMLObjectBuilder<T> implements WSPolicyObjectBuilder<T>
AbstactWSPolicyObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description AbstractWSPolicyObjectBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TbuildObject()-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, 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, buildObject
-
-
-
-
Method Detail
-
buildObject
public abstract T buildObject()
- Specified by:
buildObjectin interfaceWSPolicyObjectBuilder<T extends WSPolicyObject>
-
-