OpenSAML-J 2.4.1-redhat-3

org.opensaml.xacml.policy.impl
Class ActionsTypeImplBuilder

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

public class ActionsTypeImplBuilder
extends AbstractXACMLObjectBuilder<ActionsType>

Builder for ActionsType.


Constructor Summary
ActionsTypeImplBuilder()
           
 
Method Summary
 ActionsType buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 ActionsType 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

ActionsTypeImplBuilder

public ActionsTypeImplBuilder()
Method Detail

buildObject

public ActionsType buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.

Specified by:
buildObject in interface XACMLObjectBuilder<ActionsType>
Specified by:
buildObject in class AbstractXACMLObjectBuilder<ActionsType>
Returns:
built XACMLObject

buildObject

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

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

OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.