| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.agent |
Admin components and Agents used to control and Monitor Mule
|
| 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.agent | |
| org.mule.api.component | |
| org.mule.api.construct | |
| org.mule.api.context |
Mule Context APIs, including the MuleContext, agent and server event interfaces
|
| org.mule.api.endpoint |
Endpoint interfaces.
|
| org.mule.api.lifecycle |
Lifecycle interfaces for all Components.
|
| org.mule.api.model |
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
|
| org.mule.api.object | |
| org.mule.api.processor | |
| org.mule.api.registry | |
| org.mule.api.routing |
Interfaces that define inbound and outbound routing API.
|
| org.mule.api.schedule | |
| org.mule.api.security |
Security API for authentication and authorisation.
|
| org.mule.api.security.tls |
This package contains classes to support TLS/SSL configuration and socket creation.
|
| org.mule.api.service | |
| org.mule.api.transformer |
Contains the interfaces for transformers and exceptions for the Transformer API.
|
| org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.client | |
| org.mule.component | |
| org.mule.component.simple |
A collection of simple mule components that can be useful to simplify configuration while testing.
|
| org.mule.config |
Providers Mule Xml configuration support and general configuration classes.
|
| org.mule.config.bootstrap | |
| org.mule.config.builders | |
| org.mule.config.dsl.routers | |
| org.mule.config.support | |
| org.mule.connector | |
| org.mule.construct | |
| org.mule.construct.builder | |
| org.mule.context | |
| org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
| org.mule.el | |
| org.mule.el.mvel | |
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.endpoint.dynamic | |
| org.mule.enricher | |
| org.mule.exception | |
| org.mule.execution | |
| org.mule.expression | |
| org.mule.expression.transformers | |
| org.mule.interceptor | |
| org.mule.lifecycle | |
| org.mule.lifecycle.phases | |
| org.mule.lifecycle.processor | |
| org.mule.management.stats |
Jmx statistics support used to monitor messaging status for various Mule components.
|
| org.mule.model | |
| org.mule.model.seda | |
| org.mule.object | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.registry | |
| org.mule.retry | |
| org.mule.routing |
Defines the core routing patterns supported by mule.
|
| org.mule.routing.correlation | |
| org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
| org.mule.routing.requestreply | |
| org.mule.security |
Core security implementation including the mule security manager and encryption types
|
| org.mule.security.filters |
Core sercurity filter types.
|
| org.mule.service | |
| org.mule.service.processor | |
| org.mule.source | |
| org.mule.transaction.lookup | |
| org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
| org.mule.transformer.codec |
Transformers for Base64, UC and UU encoding/decoding.
|
| org.mule.transformer.compression |
Transformers for compressing and uncompressing message payloads.
|
| org.mule.transformer.encryption |
Transformers for encrypting and decrypting message payloads.
|
| org.mule.transformer.simple |
Basic transformer implementations.
|
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| org.mule.transport.polling | |
| org.mule.transport.polling.schedule | |
| org.mule.transport.polling.watermark | |
| org.mule.transport.polling.watermark.selector | |
| org.mule.util.lock | |
| org.mule.util.monitor |
Various resource monitor implementations.
|
| org.mule.util.pool | |
| org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
| org.mule.util.store | |
| org.mule.work |
A javax.resource.spi.WorkManager implementation.
|
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
| LifecycleStateEnabled |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
EventListener
EventListener is a marker interface that is implemented by
objects wishing to receive Mule events in managed environments, such as an EJB
container. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
LifecycleException
LifecycleException TODO |
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationCallback
InitialisationCallback is used to provide customised initialiation
for more complex components. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
LifecycleException
LifecycleException TODO |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
CreateException
CreateException is thrown when creating an object inside Mule wasn't possible due
to inconsistent internal state or wrong input. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
| Class and Description |
|---|
CreateException
CreateException is thrown when creating an object inside Mule wasn't possible due
to inconsistent internal state or wrong input. |
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| LifecycleStateEnabled |
| Class and Description |
|---|
Callable
Callable is used to provide a Service with an interface that supports
event calls. |
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationCallback
InitialisationCallback is used to provide customised initialiation
for more complex components. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Callable
Callable is used to provide a Service with an interface that supports
event calls. |
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
EventListener
EventListener is a marker interface that is implemented by
objects wishing to receive Mule events in managed environments, such as an EJB
container. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
FatalException
FatalException can be thrown during initialisation or during
execution to indicate that something fatal has occurred and the MuleManager must
shutdown. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
LifecycleException
LifecycleException TODO |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Callable
Callable is used to provide a Service with an interface that supports
event calls. |
| Class and Description |
|---|
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
LifecycleException
LifecycleException TODO |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
LifecycleException
LifecycleException TODO |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| LifecyclePhase
Encapsulates the notion of a lifecycle phase i.e.
|
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| RegistryLifecycleHelpers
This interface defines additional Registry Lifecycle methods to enable extenral objects to have there
lifecycle managed by the registry.
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
| Class and Description |
|---|
LifecycleException
LifecycleException TODO |
| LifecyclePhase
Encapsulates the notion of a lifecycle phase i.e.
|
| Class and Description |
|---|
LifecycleException
LifecycleException TODO |
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
| Class and Description |
|---|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationCallback
InitialisationCallback is used to provide customised initialiation
for more complex components. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
LifecycleException
LifecycleException TODO |
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| Class and Description |
|---|
FatalException
FatalException can be thrown during initialisation or during
execution to indicate that something fatal has occurred and the MuleManager must
shutdown. |
LifecycleException
LifecycleException TODO |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| LifecyclePhase
Encapsulates the notion of a lifecycle phase i.e.
|
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
CreateException
CreateException is thrown when creating an object inside Mule wasn't possible due
to inconsistent internal state or wrong input. |
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleCallback
This callback is used to execute lifecycle behaviour for an object being managed by a
LifecycleManager
The callback is used so that transitions can be managed consistently outside of an object |
| LifecycleManager
The LifecycleManager is responsible for managing the different lifecycle phases of the server and managing the
transitions between lifecycle phases.
|
| LifecycleState
A safe facade for lifecycle manager that objects can use to monitor its own state
|
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
CreateException
CreateException is thrown when creating an object inside Mule wasn't possible due
to inconsistent internal state or wrong input. |
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
| LifecycleStateEnabled |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start,
stop and dispose. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Stoppable
Stoppable is a lifecycle interfaqce that introduces a Stoppable.stop() method to an object. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Initialisable
Initialisable is a lifecycle interface that gets called at the
initialise lifecycle stage of the implementing service. |
InitialisationException
InitialisationException is thrown by the initialise method defined
in the org.mule.api.lifecycle.Initialisable interface. |
| Class and Description |
|---|
Disposable
Disposable is a lifecycle interface that gets called at the dispose
lifecycle stage of the implementing service as the service is being destroyed. |
Startable
Startable provides an object with a Startable.start() method
which gets called when the Mule instance gets started. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.