org.opensaml.xacml.ctx.impl
Class ResourceContentTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<XACMLObjectType>
      extended by org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<ResourceContentType>
          extended by org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<ResourceContentType>, XMLObjectBuilder<ResourceContentType>

public class ResourceContentTypeImplBuilder
extends AbstractXACMLObjectBuilder<ResourceContentType>

Builder for ResourceContentType objects.


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

ResourceContentTypeImplBuilder

public ResourceContentTypeImplBuilder()
Constructor.

Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2013. All Rights Reserved.