org.mule.registry.store
Class XmlRegistryStore

java.lang.Object
  extended byorg.mule.registry.store.XmlRegistryStore
All Implemented Interfaces:
RegistryStore

public class XmlRegistryStore
extends Object
implements RegistryStore


Field Summary
protected  ManagementContext context
           
 
Constructor Summary
XmlRegistryStore(ManagementContext context)
           
 
Method Summary
 Registry create(String store, RegistryFactory factory)
           
 Registry load(String storeLocation)
           
 void save(Registry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected ManagementContext context
Constructor Detail

XmlRegistryStore

public XmlRegistryStore(ManagementContext context)
Method Detail

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.