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.config | |
org.mule.api.context |
Manager APIs, including the UMOManager, agent and server event interfaces
|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.api.service | |
org.mule.api.transaction | |
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.config.bootstrap | |
org.mule.config.builders | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.config.spring.processors | |
org.mule.context | |
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.lifecycle | |
org.mule.lifecycle.phases | |
org.mule.model | |
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.client.remoting | |
org.mule.module.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
org.mule.module.management.support |
Support classes and interface for Mule management subsystem
|
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.security |
Core security implementation including the mule security manager and encryption types
|
org.mule.service | |
org.mule.transaction |
Contains the core transaction support classes and exception types.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
org.mule.util.expression | |
org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
org.mule.util.store |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMuleContext |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractExceptionListener.muleContext |
protected MuleContext |
AbstractAgent.muleContext |
protected static MuleContext |
MuleServer.muleContext
The MuleContext should contain anything which does not belong in the Registry.
|
Modifier and Type | Method and Description |
---|---|
MuleContext |
DefaultMuleEventContext.getMuleContext() |
MuleContext |
DefaultMuleEvent.getMuleContext() |
static MuleContext |
MuleServer.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExceptionListener.doInitialise(MuleContext muleContext) |
void |
AbstractExceptionListener.setMuleContext(MuleContext context) |
void |
AbstractAgent.setMuleContext(MuleContext context) |
static void |
MuleServer.setMuleContext(MuleContext muleContext) |
Constructor and Description |
---|
DefaultMuleSession(MuleMessage message,
SessionHandler requestSessionHandler,
MuleContext muleContext) |
DefaultMuleSession(MuleMessage message,
SessionHandler requestSessionHandler,
Service service,
MuleContext muleContext) |
DefaultMuleSession(Service service,
MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
MuleContext |
MuleEventContext.getMuleContext() |
MuleContext |
MuleEvent.getMuleContext()
Returns the muleContext for the Mule node that this event was received in
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationBuilder.configure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided
|
Modifier and Type | Method and Description |
---|---|
MuleContext |
MuleContextBuilder.buildMuleContext()
Builds a new
MuleContext instance using configured builder instance. |
MuleContext |
MuleContextFactory.createMuleContext()
Returns an existing instance of
MuleContext is one exists, otherwise a
new MuleContext instance is created with defaults. |
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Creates a new MuleContext using the given configurationBuilder
|
MuleContext |
MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and
configures it with the list of configuration builder and c onfigures it with
configurationBuilder |
MuleContext |
MuleContextFactory.createMuleContext(List configurationBuilders,
MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided and
configures it with the list of configuration builders. |
MuleContext |
MuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Creates a new MuleContext using the
MuleContextBuilder provided. |
Modifier and Type | Method and Description |
---|---|
void |
MuleContextAware.setMuleContext(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
MuleContext |
ImmutableEndpoint.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointBuilder.setMuleContext(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleManager.applyLifecycle(MuleContext muleContext,
Object object) |
void |
LifecyclePhase.fireLifecycle(MuleContext muleContext,
String currentPhase) |
void |
LifecycleManager.firePhase(MuleContext muleContext,
String phase) |
Modifier and Type | Method and Description |
---|---|
MuleContext |
Service.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionFactory.beginTransaction(MuleContext muleContext)
Create and begins a new transaction
|
Modifier and Type | Method and Description |
---|---|
MuleContext |
Connector.getMuleContext() |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
SimpleRegistryBootstrap.context |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRegistryBootstrap.setMuleContext(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
protected MuleContext |
MuleXmlBuilderContextListener.createManager(String configResource,
javax.servlet.ServletContext context)
Used to actually construct the UMOManager instance
|
Modifier and Type | Method and Description |
---|---|
protected void |
AutoConfigurationBuilder.autoConfigure(MuleContext muleContext,
ConfigResource[] configResources) |
void |
AbstractResourceConfigurationBuilder.configure(MuleContext muleContext)
Override to check for existence of configResouce before invocation, and set
resources n configuration afterwards.
|
void |
AbstractConfigurationBuilder.configure(MuleContext muleContext) |
protected void |
WebappMuleXmlConfigurationBuilder.createSpringParentRegistry(MuleContext muleContext,
Registry registry,
ConfigResource[] all) |
protected void |
DefaultsConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected void |
AutoConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected void |
SimpleConfigurationBuilder.doConfigure(MuleContext muleContext) |
protected abstract void |
AbstractConfigurationBuilder.doConfigure(MuleContext muleContext) |
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 |
SpringXmlConfigurationBuilder.doConfigure(MuleContext muleContext) |
void |
MuleConfigurationConfigurator.setMuleContext(MuleContext context) |
void |
ServerNotificationManagerConfigurator.setMuleContext(MuleContext context) |
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) |
MuleContextPostProcessor(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyPlaceholderProcessor.setMuleContext(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
MuleContext |
DefaultMuleContextBuilder.buildMuleContext()
Builds a new
MuleContext instance using configured builder instance. |
protected MuleContext |
DefaultMuleContextFactory.buildMuleContext(MuleContextBuilder muleContextBuilder) |
MuleContext |
DefaultMuleContextFactory.createMuleContext()
Use default ConfigurationBuilder, default MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
Use default MuleContextBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
MuleContextBuilder muleContextBuilder)
{@inheritDoc
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder,
Properties properties)
Creates a new MuleContext using the given configurationBuilder.
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(List configurationBuilders,
MuleContextBuilder muleContextBuilder)
{@inheritDoc
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
Use default ConfigurationBuilder
|
MuleContext |
DefaultMuleContextFactory.createMuleContext(String resource)
Creates a new
MuleContext instance from the resource provided. |
MuleContext |
DefaultMuleContextFactory.createMuleContext(String configResources,
Properties properties)
Creates a new
MuleContext instance from the resource provided. |
protected MuleContext |
DefaultMuleContextFactory.doCreateMuleContext(MuleContextBuilder muleContextBuilder) |
Constructor and Description |
---|
MuleContextNotification(MuleContext context,
int action) |
MuleContextNotification(MuleContext context,
String action) |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
DefaultEndpointFactory.muleContext |
protected MuleContext |
AbstractEndpointBuilder.muleContext |
Modifier and Type | Method and Description |
---|---|
MuleContext |
AbstractEndpoint.getMuleContext() |
MuleContext |
DynamicURIInboundEndpoint.getMuleContext() |
MuleContext |
DynamicURIOutboundEndpoint.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEndpointFactory.setMuleContext(MuleContext context) |
void |
AbstractEndpointBuilder.setMuleContext(MuleContext muleContext) |
Constructor and Description |
---|
AbstractEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessages,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
DefaultInboundEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessage,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
DefaultOutboundEndpoint(Connector connector,
EndpointURI endpointUri,
List transformers,
List responseTransformers,
String name,
Map properties,
TransactionConfig transactionConfig,
Filter filter,
boolean deleteUnacceptedMessage,
EndpointSecurityFilter securityFilter,
boolean synchronous,
boolean remoteSync,
int remoteSyncTimeout,
String initialState,
String endpointEncoding,
MuleContext muleContext,
ConnectionStrategy connectionStrategy) |
EndpointURIEndpointBuilder(EndpointURI endpointURI,
MuleContext muleContext)
Deprecated.
|
EndpointURIEndpointBuilder(ImmutableEndpoint source,
MuleContext muleContext) |
EndpointURIEndpointBuilder(String address,
MuleContext muleContext)
Deprecated.
|
EndpointURIEndpointBuilder(URIBuilder URIBuilder,
MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
void |
GenericLifecycleManager.applyLifecycle(MuleContext muleContext,
Object object) |
protected ServerNotification |
NotificationLifecycleObject.createNotification(MuleContext context,
String action) |
void |
ContainerManagedLifecyclePhase.fireLifecycle(MuleContext muleContext,
String currentPhase) |
void |
DefaultLifecyclePhase.fireLifecycle(MuleContext muleContext,
String currentPhase) |
void |
GenericLifecycleManager.firePhase(MuleContext muleContext,
String phase) |
void |
LifecycleObject.firePostNotification(MuleContext context) |
void |
NotificationLifecycleObject.firePostNotification(MuleContext context) |
void |
LifecycleObject.firePreNotification(MuleContext context) |
void |
NotificationLifecycleObject.firePreNotification(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MuleContextDisposePhase.fireLifecycle(MuleContext muleContext,
String currentPhase) |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractModel.muleContext |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModel.setMuleContext(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
MuleContext |
MuleClient.getMuleContext()
The overriding method may want to return a custom
MuleContext here |
Constructor and Description |
---|
MuleClient(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
static Service |
RemoteDispatcherComponent.getSerivce(InboundEndpoint endpoint,
WireFormat wireFormat,
String encoding,
int eventTimeout,
MuleContext managementContext) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsService.setMuleContext(MuleContext context) |
Constructor and Description |
---|
MuleService(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
static JmxRegistrationContext |
JmxRegistrationContext.getCurrent(MuleContext context)
Get current context or create one if none exist for the current startup cycle.
|
String |
JmxSupport.getDomainName(MuleContext context)
Calculates the domain name for the current Mule instance.
|
String |
AbstractJmxSupport.getDomainName(MuleContext context)
Calculates the domain name for the current Mule instance.
|
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractRouter.muleContext |
protected MuleContext |
AbstractRouterCollection.muleContext |
Modifier and Type | Method and Description |
---|---|
MuleContext |
AbstractRouter.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRouter.setMuleContext(MuleContext context) |
void |
AbstractRouterCollection.setMuleContext(MuleContext context) |
Constructor and Description |
---|
EventCorrelator(EventCorrelatorCallback callback,
MessageInfoMapping messageInfoMapping,
MuleContext context) |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractEndpointSecurityFilter.muleContext |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointSecurityFilter.setMuleContext(MuleContext context) |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractService.muleContext |
Modifier and Type | Method and Description |
---|---|
MuleContext |
AbstractService.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractService.setMuleContext(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
Transaction |
XaTransactionFactory.beginTransaction(MuleContext muleContext) |
Constructor and Description |
---|
TransactionTemplate(TransactionConfig config,
ExceptionListener listener,
MuleContext context) |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractConnector.muleContext |
Modifier and Type | Method and Description |
---|---|
MuleContext |
AbstractConnectionStrategy.getMuleContext() |
MuleContext |
AbstractConnector.getMuleContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionStrategy.setMuleContext(MuleContext muleContext) |
void |
AbstractConnector.setMuleContext(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
Transaction |
JmsClientAcknowledgeTransactionFactory.beginTransaction(MuleContext muleContext) |
Transaction |
JmsTransactionFactory.beginTransaction(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
static Connector |
TransportFactory.createConnector(EndpointURI url,
MuleContext muleContext)
Creates an uninitialied connector from the provided MuleEndpointURI.
|
static Connector |
TransportFactory.getOrCreateConnectorByProtocol(EndpointURI uri,
MuleContext muleContext)
Returns an initialized connector.
|
static Connector |
TransportFactory.getOrCreateConnectorByProtocol(ImmutableEndpoint endpoint,
MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
Transaction |
VMTransactionFactory.beginTransaction(MuleContext muleContext) |
Constructor and Description |
---|
VMTransaction(MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerStartupSplashScreen.doFooter(MuleContext context) |
protected void |
SplashScreen.doFooter(MuleContext context) |
protected void |
ServerShutdownSplashScreen.doHeader(MuleContext context) |
protected void |
ServerStartupSplashScreen.doHeader(MuleContext context) |
protected void |
SplashScreen.doHeader(MuleContext context) |
void |
SplashScreen.setFooter(MuleContext context) |
void |
SplashScreen.setHeader(MuleContext context)
Setting the header clears body and footer assuming a new
splash-screen is built.
|
void |
DefaultStreamCloserService.setMuleContext(MuleContext context) |
Modifier and Type | Method and Description |
---|---|
protected MuleContext |
MuleContextExpressionEvaluator.getMuleContext() |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
FilePersistenceStrategy.muleContext |
Modifier and Type | Method and Description |
---|---|
void |
FilePersistenceStrategy.setMuleContext(MuleContext context) |
Modifier and Type | Field and Description |
---|---|
protected MuleContext |
AbstractMonitoredObjectStore.context |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMonitoredObjectStore.setMuleContext(MuleContext context) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.