com.smallx.xml.component.standard
Class RegistrySetComponentRegistry
java.lang.Object
com.smallx.xml.component.standard.RegistrySetComponentRegistry
- All Implemented Interfaces:
- ComponentRegistry
- public class RegistrySetComponentRegistry
- extends java.lang.Object
- implements ComponentRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
public static final java.net.URI NAMESPACE
RegistrySetComponentRegistry
public RegistrySetComponentRegistry()
- Creates a new instance of ComponentRegistrySequence
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