org.opensaml.xacml.policy.impl
Class EnvironmentMatchTypeImplBuilder

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

public class EnvironmentMatchTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<EnvironmentMatchType>
implements XACMLObjectBuilder<EnvironmentMatchType>

Builder of EnvironmentMatchType objects.


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

EnvironmentMatchTypeImplBuilder

public EnvironmentMatchTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2010 Internet2. All Rights Reserved.