org.opensaml.xacml.ctx.impl
Class EnvironmentTypeImplBuilder

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

public class EnvironmentTypeImplBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<EnvironmentType>
implements XACMLObjectBuilder<EnvironmentType>

Builder for EnvironmentType objects.


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

EnvironmentTypeImplBuilder

public EnvironmentTypeImplBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2010 Internet2. All Rights Reserved.