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.context |
Manager APIs, including the UMOManager, agent and server event interfaces
|
org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.context | |
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
Modifier and Type | Method and Description |
---|---|
static MuleConfiguration |
RegistryContext.getConfiguration() |
MuleConfiguration |
DefaultMuleContext.getConfiguration() |
Constructor and Description |
---|
DefaultMuleContext(MuleConfiguration config,
WorkManager workManager,
javax.resource.spi.work.WorkListener workListener,
LifecycleManager lifecycleManager,
ServerNotificationManager notificationManager) |
Modifier and Type | Method and Description |
---|---|
MuleConfiguration |
MuleContext.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
MuleContextBuilder.setMuleConfiguration(MuleConfiguration muleConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMuleConfiguration
Configuration info.
|
Modifier and Type | Method and Description |
---|---|
void |
SpringRegistry.setConfiguration(MuleConfiguration config) |
Modifier and Type | Field and Description |
---|---|
protected MuleConfiguration |
DefaultMuleContextBuilder.config |
Modifier and Type | Method and Description |
---|---|
protected MuleConfiguration |
DefaultMuleContextBuilder.getMuleConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMuleContextBuilder.setMuleConfiguration(MuleConfiguration config) |
Modifier and Type | Method and Description |
---|---|
MuleConfiguration |
MuleClient.getConfiguration() |
Constructor and Description |
---|
MuleConfigurationService(MuleConfiguration muleConfiguration) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.