org.opensaml.xacml.policy.impl
Class ApplyTypeImplBuilder

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

public class ApplyTypeImplBuilder
extends AbstractXACMLObjectBuilder<ApplyType>

Builder for ApplyType.


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

ApplyTypeImplBuilder

public ApplyTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2012. All Rights Reserved.