org.opensaml.xacml.policy.impl
Class ActionMatchTypeImplBuilder

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

public class ActionMatchTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ActionMatchType>
implements XACMLObjectBuilder<ActionMatchType>

Builder of ActionMatchType objects.


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

ActionMatchTypeImplBuilder

public ActionMatchTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2010 Internet2. All Rights Reserved.