org.mule.registry.store
Class XmlRegistryStore
java.lang.Object
org.mule.registry.store.XmlRegistryStore
- All Implemented Interfaces:
- RegistryStore
- public class XmlRegistryStore
- extends Object
- implements RegistryStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected ManagementContext context
XmlRegistryStore
public XmlRegistryStore(ManagementContext context)
save
public void save(Registry registry)
throws RegistryException
- Specified by:
save
in interface RegistryStore
- Throws:
RegistryException
load
public Registry load(String storeLocation)
throws RegistryException
- Specified by:
load
in interface RegistryStore
- Throws:
RegistryException
create
public Registry create(String store,
RegistryFactory factory)
throws RegistryException
- Specified by:
create
in interface RegistryStore
- Throws:
RegistryException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.