org.jboss.soa.esb.services.registry
Class RegistryFactory

java.lang.Object
  extended by org.jboss.soa.esb.services.registry.RegistryFactory

public class RegistryFactory
extends java.lang.Object

Returns an Instance of the Registry.

Author:
kstam

Constructor Summary
RegistryFactory()
           
 
Method Summary
static Registry createRegistry()
           
static Registry getRegistry()
           
static void setRegistry(Registry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryFactory

public RegistryFactory()
Method Detail

setRegistry

public static void setRegistry(Registry registry)

getRegistry

public static Registry getRegistry()
                            throws RegistryException
Throws:
RegistryException

createRegistry

public static Registry createRegistry()
                               throws RegistryException
Throws:
RegistryException