|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
---|---|
org.mule | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.api | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
org.mule.api.registry | |
org.mule.config.builders | |
org.mule.config.spring | Support claases for Load Mule from Spring. |
org.mule.context.notification | Internal server notification types fired via the MuleManager. |
org.mule.module.management.mbean | Jmx Management beans for mule components, the model and the Mule server. |
org.mule.registry | |
org.mule.transport.service | Provides SPI support for building mule connectors and providers using service descriptors. |
Uses of Registry in org.mule |
---|
Fields in org.mule declared as Registry | |
---|---|
protected static Registry |
RegistryContext.registry
|
Methods in org.mule that return Registry | |
---|---|
static Registry |
RegistryContext.getOrCreateRegistry()
|
static Registry |
RegistryContext.getRegistry()
|
Registry |
DefaultMuleContext.getRegistry()
Resolve and return a handle to the registry. |
Methods in org.mule with parameters of type Registry | |
---|---|
static void |
RegistryContext.setRegistry(Registry registry)
|
Uses of Registry in org.mule.api |
---|
Methods in org.mule.api that return Registry | |
---|---|
Registry |
MuleContext.getRegistry()
|
Uses of Registry in org.mule.api.registry |
---|
Methods in org.mule.api.registry that return Registry | |
---|---|
Registry |
Registry.getParent()
|
Methods in org.mule.api.registry with parameters of type Registry | |
---|---|
static ServiceDescriptor |
ServiceDescriptorFactory.create(String type,
String name,
Properties props,
Properties overrides,
Registry registry)
Factory method to create a new service descriptor. |
void |
Registry.setParent(Registry registry)
|
Uses of Registry in org.mule.config.builders |
---|
Methods in org.mule.config.builders with parameters of type Registry | |
---|---|
protected void |
DefaultsConfigurationBuilder.configureDefaults(Registry registry)
|
protected void |
WebappMuleXmlConfigurationBuilder.createSpringParentRegistry(MuleContext muleContext,
Registry registry,
ConfigResource[] all)
|
Uses of Registry in org.mule.config.spring |
---|
Classes in org.mule.config.spring that implement Registry | |
---|---|
class |
SpringRegistry
|
Methods in org.mule.config.spring with parameters of type Registry | |
---|---|
protected void |
SpringXmlConfigurationBuilder.createSpringParentRegistry(MuleContext muleContext,
Registry registry,
ConfigResource[] all)
Creates a Spring ApplicationContext from the configuration resources provided and sets it as the parent Registry. |
protected void |
MuleApplicationContext.setupParentSpringRegistry(Registry registry)
Sets up TransientRegistry SpringRegistry parent relationship here. |
Constructors in org.mule.config.spring with parameters of type Registry | |
---|---|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
ConfigResource[] configResources)
Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry registry implementation to wraps the spring ApplicationContext |
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
ConfigResource[] configResources,
org.springframework.context.ApplicationContext parent)
Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry registry implementation to wraps the spring ApplicationContext |
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
ConfigResource[] configResources,
boolean refresh)
|
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
org.springframework.core.io.Resource[] configResources)
|
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
org.springframework.core.io.Resource[] springResources,
org.springframework.context.ApplicationContext parent)
|
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
org.springframework.core.io.Resource[] springResources,
boolean refresh)
|
Uses of Registry in org.mule.context.notification |
---|
Constructors in org.mule.context.notification with parameters of type Registry | |
---|---|
RegistryNotification(Registry registry,
int action)
|
|
RegistryNotification(Registry registry,
String action)
|
Uses of Registry in org.mule.module.management.mbean |
---|
Constructors in org.mule.module.management.mbean with parameters of type Registry | |
---|---|
RegistryService(Registry registry)
|
Uses of Registry in org.mule.registry |
---|
Classes in org.mule.registry that implement Registry | |
---|---|
class |
AbstractRegistry
|
class |
TransientRegistry
|
Methods in org.mule.registry that return Registry | |
---|---|
Registry |
AbstractRegistry.getParent()
|
Methods in org.mule.registry with parameters of type Registry | |
---|---|
void |
AbstractRegistry.setParent(Registry registry)
|
Constructors in org.mule.registry with parameters of type Registry | |
---|---|
AbstractRegistry(String id,
Registry parent)
|
|
TransientRegistry(Registry parent)
|
Uses of Registry in org.mule.transport.service |
---|
Constructors in org.mule.transport.service with parameters of type Registry | |
---|---|
DefaultTransportServiceDescriptor(String service,
Properties props,
Registry registry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |