org.opensaml.xacml.policy.impl
Class EnvironmentsTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<XACMLObjectType>
      extended by org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<EnvironmentsType>
          extended by org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<EnvironmentsType>, XMLObjectBuilder<EnvironmentsType>

public class EnvironmentsTypeImplBuilder
extends AbstractXACMLObjectBuilder<EnvironmentsType>

Builder for EnvironmentsType.


Constructor Summary
EnvironmentsTypeImplBuilder()
           
 
Method Summary
 EnvironmentsType buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 EnvironmentsType 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

EnvironmentsTypeImplBuilder

public EnvironmentsTypeImplBuilder()
Method Detail

buildObject

public EnvironmentsType buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.

Specified by:
buildObject in interface XACMLObjectBuilder<EnvironmentsType>
Specified by:
buildObject in class AbstractXACMLObjectBuilder<EnvironmentsType>
Returns:
built XACMLObject

buildObject

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

Specified by:
buildObject in interface XMLObjectBuilder<EnvironmentsType>
Specified by:
buildObject in class AbstractXMLObjectBuilder<EnvironmentsType>


Copyright © 1999-2012. All Rights Reserved.