org.opensaml.xacml.policy.impl
Class RuleTypeImplBuilder

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

public class RuleTypeImplBuilder
extends AbstractXACMLObjectBuilder<RuleType>

Builder for RuleType.


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

RuleTypeImplBuilder

public RuleTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2013. All Rights Reserved.