org.opensaml.xacml.profile.saml.impl
Class XACMLAuthzDecisionQueryTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
      extended by org.opensaml.common.impl.AbstractSAMLObjectBuilder<XACMLAuthzDecisionQueryType>
          extended by org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
All Implemented Interfaces:
SAMLObjectBuilder<XACMLAuthzDecisionQueryType>, XACMLObjectBuilder<XACMLAuthzDecisionQueryType>, org.opensaml.xml.XMLObjectBuilder<XACMLAuthzDecisionQueryType>

public class XACMLAuthzDecisionQueryTypeImplBuilder
extends AbstractSAMLObjectBuilder<XACMLAuthzDecisionQueryType>
implements XACMLObjectBuilder<XACMLAuthzDecisionQueryType>

Builder for XACMLAuthzDecisionQueryType objects.


Constructor Summary
XACMLAuthzDecisionQueryTypeImplBuilder()
          Constructor.
 
Method Summary
 XACMLAuthzDecisionQueryType buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 XACMLAuthzDecisionQueryType 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

XACMLAuthzDecisionQueryTypeImplBuilder

public XACMLAuthzDecisionQueryTypeImplBuilder()
Constructor.

Method Detail

buildObject

public XACMLAuthzDecisionQueryType buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.

Specified by:
buildObject in interface SAMLObjectBuilder<XACMLAuthzDecisionQueryType>
Specified by:
buildObject in interface XACMLObjectBuilder<XACMLAuthzDecisionQueryType>
Specified by:
buildObject in class AbstractSAMLObjectBuilder<XACMLAuthzDecisionQueryType>
Returns:
built SAMLObject

buildObject

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

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


Copyright © 2006-2011 Internet2. All Rights Reserved.