edu.internet2.middleware.shibboleth.common.xmlobject.impl
Class ShibbolethMetadataScopeBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<ShibbolethMetadataScope>
      extended by edu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<ShibbolethMetadataScope>

public class ShibbolethMetadataScopeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<ShibbolethMetadataScope>

Builder of ShibbolethMetadataScope objects.


Constructor Summary
ShibbolethMetadataScopeBuilder()
           
 
Method Summary
 ShibbolethMetadataScope buildObject()
          Build a Scope element with the default namespace prefix and element name.
 ShibbolethMetadataScope 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
 

Constructor Detail

ShibbolethMetadataScopeBuilder

public ShibbolethMetadataScopeBuilder()
Method Detail

buildObject

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

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

buildObject

public ShibbolethMetadataScope buildObject()
Build a Scope element with the default namespace prefix and element name.

Returns:
a new instance of ShibbolethMetadataScope


Copyright © 2006-2009 Internet2. All Rights Reserved.