org.opensaml.xacml.policy.impl
Class PolicySetTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<PolicySetType>
      extended by org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<PolicySetType>, org.opensaml.xml.XMLObjectBuilder<PolicySetType>

public class PolicySetTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<PolicySetType>
implements XACMLObjectBuilder<PolicySetType>

Builder of PolicySetType objects.


Constructor Summary
PolicySetTypeImplBuilder()
           
 
Method Summary
 PolicySetType buildObject()
          Builds a XACML object, using its default attribute name.
 PolicySetType 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

PolicySetTypeImplBuilder

public PolicySetTypeImplBuilder()
Method Detail

buildObject

public PolicySetType buildObject()
Builds a XACML object, using its default attribute name.

Specified by:
buildObject in interface XACMLObjectBuilder<PolicySetType>
Returns:
constructed XACML object

buildObject

public PolicySetType buildObject(String namespaceURI,
                                 String localName,
                                 String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<PolicySetType>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<PolicySetType>


Copyright © 2006-2010 Internet2. All Rights Reserved.