org.opensaml.samlext.saml2mdquery.impl
Class AttributeQueryDescriptorTypeBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
      extended by org.opensaml.common.impl.AbstractSAMLObjectBuilder<AttributeQueryDescriptorType>
          extended by org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
All Implemented Interfaces:
SAMLObjectBuilder<AttributeQueryDescriptorType>, XMLObjectBuilder<AttributeQueryDescriptorType>

public class AttributeQueryDescriptorTypeBuilder
extends AbstractSAMLObjectBuilder<AttributeQueryDescriptorType>

Builder of AttributeQueryDescriptorTypeImpl objects.


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

AttributeQueryDescriptorTypeBuilder

public AttributeQueryDescriptorTypeBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 1999-2012. All Rights Reserved.