org.opensaml.ws.wspolicy.impl
Class PolicyAttachmentBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<T>
      extended by org.opensaml.ws.wspolicy.impl.AbstractWSPolicyObjectBuilder<PolicyAttachment>
          extended by org.opensaml.ws.wspolicy.impl.PolicyAttachmentBuilder
All Implemented Interfaces:
WSPolicyObjectBuilder<PolicyAttachment>, org.opensaml.xml.XMLObjectBuilder<PolicyAttachment>

public class PolicyAttachmentBuilder
extends AbstractWSPolicyObjectBuilder<PolicyAttachment>

Builder for the PolicyAttachment element.


Constructor Summary
PolicyAttachmentBuilder()
           
 
Method Summary
 PolicyAttachment buildObject()
          Builds a WS-Policy object.
 PolicyAttachment buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.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.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

PolicyAttachmentBuilder

public PolicyAttachmentBuilder()
Method Detail

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 org.opensaml.xml.XMLObjectBuilder<PolicyAttachment>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<PolicyAttachment>


Copyright © 2006-2013 Internet2. All Rights Reserved.