org.opensaml.ws.wspolicy.impl
Class PolicyAttachmentBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<T>
org.opensaml.ws.wspolicy.impl.AbstractWSPolicyObjectBuilder<PolicyAttachment>
org.opensaml.ws.wspolicy.impl.PolicyAttachmentBuilder
- All Implemented Interfaces:
- WSPolicyObjectBuilder<PolicyAttachment>, XMLObjectBuilder<PolicyAttachment>
public class PolicyAttachmentBuilder
- extends AbstractWSPolicyObjectBuilder<PolicyAttachment>
Builder for the PolicyAttachment element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyAttachmentBuilder
public PolicyAttachmentBuilder()
buildObject
public PolicyAttachment buildObject()
- Builds a WS-Policy object.
- Specified by:
buildObject
in interface WSPolicyObjectBuilder<PolicyAttachment>
- Specified by:
buildObject
in class AbstractWSPolicyObjectBuilder<PolicyAttachment>
- Returns:
- the built object
buildObject
public PolicyAttachment buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface XMLObjectBuilder<PolicyAttachment>
- Specified by:
buildObject
in class AbstractXMLObjectBuilder<PolicyAttachment>
Copyright © 1999-2013. All Rights Reserved.