Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static Registry |
RegistryContext.registry |
Modifier and Type | Method and Description |
---|---|
static Registry |
RegistryContext.getOrCreateRegistry() |
static Registry |
RegistryContext.getRegistry() |
Registry |
DefaultMuleContext.getRegistry()
Resolve and return a handle to the registry.
|
Modifier and Type | Method and Description |
---|---|
static void |
RegistryContext.setRegistry(Registry registry) |
Modifier and Type | Method and Description |
---|---|
Registry |
MuleContext.getRegistry() |
Modifier and Type | Method and Description |
---|---|
Registry |
Registry.getParent() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebappMuleXmlConfigurationBuilder.createSpringParentRegistry(MuleContext muleContext,
Registry registry,
ConfigResource[] all) |
Modifier and Type | Class and Description |
---|---|
class |
SpringRegistry |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |
Constructor and Description |
---|
RegistryNotification(Registry registry,
int action) |
RegistryNotification(Registry registry,
String action) |
Constructor and Description |
---|
RegistryService(Registry registry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegistry |
class |
TransientRegistry |
Modifier and Type | Method and Description |
---|---|
Registry |
AbstractRegistry.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRegistry.setParent(Registry registry) |
Constructor and Description |
---|
AbstractRegistry(String id,
Registry parent) |
TransientRegistry(Registry parent) |
Constructor and Description |
---|
DefaultTransportServiceDescriptor(String service,
Properties props,
Registry registry) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.