org.opensaml.xacml.policy.impl
Class DescriptionTypeImplBuilder

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

public class DescriptionTypeImplBuilder
extends AbstractXACMLObjectBuilder<DescriptionType>

Builder for DescriptionType.


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

DescriptionTypeImplBuilder

public DescriptionTypeImplBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2013 Internet2. All Rights Reserved.