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:
XMLObjectBuilder<ShibbolethMetadataScope>

public class ShibbolethMetadataScopeBuilder
extends 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 XMLObjectBuilder<ShibbolethMetadataScope>
Specified by:
buildObject in class 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 © 1999-2012. All Rights Reserved.