org.opensaml.xacml.policy.impl
Class TargetTypeImplBuilder

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

public class TargetTypeImplBuilder
extends AbstractXACMLObjectBuilder<TargetType>

Implementation for TargetType.


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

TargetTypeImplBuilder

public TargetTypeImplBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2013. All Rights Reserved.