org.opensaml.xacml.policy.impl
Class ActionsTypeImplBuilder

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

public class ActionsTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ActionsType>
implements XACMLObjectBuilder<ActionsType>

Builder for ActionsType.


Constructor Summary
ActionsTypeImplBuilder()
           
 
Method Summary
 ActionsType buildObject()
          Builds a XACML object, using its default attribute name.
 ActionsType buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.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

ActionsTypeImplBuilder

public ActionsTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

public ActionsType buildObject(java.lang.String namespaceURI,
                               java.lang.String localName,
                               java.lang.String namespacePrefix)

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


Copyright © 2006-2011 Internet2. All Rights Reserved.