com.smallx.xml.component.standard
Class RegistrySetComponentRegistry

java.lang.Object
  extended bycom.smallx.xml.component.standard.RegistrySetComponentRegistry
All Implemented Interfaces:
ComponentRegistry

public class RegistrySetComponentRegistry
extends java.lang.Object
implements ComponentRegistry


Field Summary
static java.net.URI NAMESPACE
           
 
Constructor Summary
RegistrySetComponentRegistry()
          Creates a new instance of ComponentRegistrySequence
 
Method Summary
 void addRegistry(ComponentRegistry registry)
           
 ComponentInstance createInstance(Name name, Element specification, java.util.Map sequences)
           
 Name getName()
           
static RegistrySetComponentRegistry load(java.net.URL location)
           
 void setName(Name newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.net.URI NAMESPACE
Constructor Detail

RegistrySetComponentRegistry

public RegistrySetComponentRegistry()
Creates a new instance of ComponentRegistrySequence

Method Detail

getName

public Name getName()

setName

public void setName(Name newName)

createInstance

public ComponentInstance createInstance(Name name,
                                        Element specification,
                                        java.util.Map sequences)
                                 throws XMLException
Specified by:
createInstance in interface ComponentRegistry
Throws:
XMLException

addRegistry

public void addRegistry(ComponentRegistry registry)

load

public static RegistrySetComponentRegistry load(java.net.URL location)
                                         throws XMLException
Throws:
XMLException