org.opensaml.xacml.ctx.impl
Class ActionTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<ActionType>
      extended by org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<ActionType>, org.opensaml.xml.XMLObjectBuilder<ActionType>

public class ActionTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ActionType>
implements XACMLObjectBuilder<ActionType>

Builder for ActionType objects.


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

ActionTypeImplBuilder

public ActionTypeImplBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2010 Internet2. All Rights Reserved.