org.opensaml.xacml.policy.impl
Class ResourceMatchTypeImplBuilder

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

public class ResourceMatchTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ResourceMatchType>
implements XACMLObjectBuilder<ResourceMatchType>

Builder of ResourceMatchType objects.


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

ResourceMatchTypeImplBuilder

public ResourceMatchTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2010 Internet2. All Rights Reserved.