org.mule.registry
Interface RegistryStore

All Known Implementing Classes:
XmlRegistryStore

public interface RegistryStore

TODO document

Version:
$Revision: 7976 $
Author:
Ross Mason

Method Summary
 Registry create(String location, RegistryFactory factory)
           
 Registry load(String location)
           
 void save(Registry registry)
           
 

Method Detail

create

public Registry create(String location,
                       RegistryFactory factory)
                throws RegistryException
Throws:
RegistryException

load

public Registry load(String location)
              throws RegistryException
Throws:
RegistryException

save

public void save(Registry registry)
          throws RegistryException
Throws:
RegistryException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.