|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.mule.api | |
|---|---|
| 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.cache | |
| org.mule.api.client | |
| org.mule.api.component | |
| org.mule.api.config | |
| org.mule.api.construct | |
| org.mule.api.context | Mule Context APIs, including the MuleContext, agent and server event interfaces |
| org.mule.api.context.notification | |
| org.mule.api.el | |
| org.mule.api.endpoint | Endpoint interfaces. |
| org.mule.api.exception | |
| org.mule.api.expression | |
| org.mule.api.interceptor | |
| 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.retry | |
| org.mule.api.routing | Interfaces that define inbound and outbound routing API. |
| org.mule.api.routing.filter | |
| org.mule.api.security | Security API for authentication and authorisation. |
| org.mule.api.service | |
| org.mule.api.source | |
| org.mule.api.store | |
| org.mule.api.transaction | |
| org.mule.api.transformer | Contains the interfaces for transformers and exceptions for the Transformer API. |
| org.mule.api.transformer.wire | |
| 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 | |
| org.mule.config.dsl.routers | |
| org.mule.config.pool | |
| org.mule.config.support | |
| org.mule.construct | |
| org.mule.construct.builder | |
| org.mule.construct.flow | |
| org.mule.construct.processor | |
| org.mule.context | |
| org.mule.context.notification | Internal server notification types fired via the MuleManager. |
| org.mule.el | |
| org.mule.el.context | |
| org.mule.el.mvel | |
| org.mule.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.endpoint.dynamic | |
| org.mule.endpoint.inbound | |
| org.mule.endpoint.outbound | |
| org.mule.enricher | |
| org.mule.exception | |
| org.mule.execution | |
| org.mule.expression | |
| org.mule.expression.transformers | |
| org.mule.interceptor | |
| org.mule.keygenerator | |
| 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.message | Wire message implementations. |
| org.mule.model | |
| org.mule.model.resolvers | |
| org.mule.model.seda | |
| org.mule.object | |
| org.mule.processor | |
| org.mule.processor.chain | |
| org.mule.processor.strategy | |
| org.mule.registry | |
| org.mule.retry | |
| org.mule.retry.async | |
| org.mule.retry.policies | |
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.routing.correlation | |
| org.mule.routing.filters | Filters are often used by routers to determine if the event should be accepted by the router. |
| org.mule.routing.filters.logic | Filters that allow other filters to be combined. |
| 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.session | |
| org.mule.source | |
| org.mule.transaction | Contains the core transaction support classes and exception types. |
| org.mule.transaction.constraints | Contains the transaction contraint filter used to control how and when transactions are committed. |
| 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.transformer.wire | |
| org.mule.transport | Contains Abstract classes providing common functionality for all Mule providers. |
| org.mule.transport.polling | |
| org.mule.transport.service | Provides SPI support for building mule connectors and providers using service descriptors. |
| org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
| org.mule.util.concurrent | |
| org.mule.util.counters | |
| org.mule.util.counters.impl | |
| 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.util.xa | An abstract resource manager that supports local and xa transactions. |
| org.mule.work | A javax.resource.spi.WorkManager implementation. |
| Classes in org.mule.api used by org.mule | |
|---|---|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
|
ExceptionPayload
ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
|
FutureMessageResult
FutureMessageResult is an MuleMessage result of a remote invocation
on a Mule Server. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleEventContext
MuleEventContext is the context object for the current request. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| MuleMessageCollection
An interface that defines a collection of Mule Messages and methods for working with the collection. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| SingleResourceTransactionFactoryManager
|
|
| ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies. |
|
| Classes in org.mule.api used by org.mule.agent | |
|---|---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api | |
|---|---|
ExceptionPayload
ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
|
FutureMessageResult
FutureMessageResult is an MuleMessage result of a remote invocation
on a Mule Server. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| SingleResourceTransactionFactoryManager
|
|
| ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads by providing immutable copies. |
|
| Classes in org.mule.api used by org.mule.api.agent | |
|---|---|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.cache | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.client | |
|---|---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.api.component | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.config | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.construct | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.context | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.context.notification | |
|---|---|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.api.el | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.api.endpoint | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.exception | |
|---|---|
| Acceptor
Provides capability to only accept handling certain MuleEvents. |
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.expression | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleMessage
MuleMessage represents a message payload. |
|
MuleRuntimeException
MuleRuntimeException Is the base runtime exception type for the
Mule Server any other runtimes exceptions thrown by Mule code will use or be based
on this exception. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.interceptor | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.lifecycle | |
|---|---|
MuleEventContext
MuleEventContext is the context object for the current request. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.model | |
|---|---|
MuleEventContext
MuleEventContext is the context object for the current request. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.object | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.api.processor | |
|---|---|
| AnnotatedObject
|
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.registry | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.retry | |
|---|---|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.api.routing | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.api.routing.filter | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.api.security | |
|---|---|
EncryptionStrategy
EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.service | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.source | |
|---|---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.store | |
|---|---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.transaction | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.transformer | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.api.transformer.wire | |
|---|---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.api.transport | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.client | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.component | |
|---|---|
| AnnotatedObject
|
|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.component.simple | |
|---|---|
| AnnotatedObject
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleEventContext
MuleEventContext is the context object for the current request. |
|
| Classes in org.mule.api used by org.mule.config | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.config.bootstrap | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.config.builders | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.config.dsl | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.config.dsl.routers | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.config.pool | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.config.support | |
|---|---|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.construct | |
|---|---|
| AnnotatedObject
|
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.construct.builder | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.construct.flow | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.construct.processor | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.context | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.context.notification | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.el | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.el.context | |
|---|---|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.el.mvel | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.endpoint | |
|---|---|
| AnnotatedObject
|
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.endpoint.dynamic | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.endpoint.inbound | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.endpoint.outbound | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.enricher | |
|---|---|
| AnnotatedObject
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.exception | |
|---|---|
| Acceptor
Provides capability to only accept handling certain MuleEvents. |
|
| AnnotatedObject
|
|
| GlobalNameableObject
Beans implementing GlobalNameableObject have globalName set during initialization
to the bean name defined in the configuration |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.execution | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.expression | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleEventContext
MuleEventContext is the context object for the current request. |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.expression.transformers | |
|---|---|
| AnnotatedObject
|
|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.interceptor | |
|---|---|
| AnnotatedObject
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.keygenerator | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
| MuleEventKeyGenerator
Defines a way to generate cache keys for MuleEvent instances. |
|
| Classes in org.mule.api used by org.mule.lifecycle | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.lifecycle.phases | |
|---|---|
| MuleContext
|
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.lifecycle.processor | |
|---|---|
| AnnotatedObject
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.management.stats | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.message | |
|---|---|
ExceptionPayload
ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
| Classes in org.mule.api used by org.mule.model | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.model.resolvers | |
|---|---|
MuleEventContext
MuleEventContext is the context object for the current request. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.model.seda | |
|---|---|
| AnnotatedObject
|
|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.object | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.processor | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.processor.chain | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.processor.strategy | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.registry | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.retry | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.retry.async | |
|---|---|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.retry.policies | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.routing | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| MuleMessageCollection
An interface that defines a collection of Mule Messages and methods for working with the collection. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| Classes in org.mule.api used by org.mule.routing.correlation | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.routing.filters | |
|---|---|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.routing.filters.logic | |
|---|---|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.routing.outbound | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.routing.requestreply | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.security | |
|---|---|
EncryptionStrategy
EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.security.filters | |
|---|---|
EncryptionStrategy
EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
| Classes in org.mule.api used by org.mule.service | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.service.processor | |
|---|---|
| AnnotatedObject
|
|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.session | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| Classes in org.mule.api used by org.mule.source | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.transaction | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.transaction.constraints | |
|---|---|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
| Classes in org.mule.api used by org.mule.transformer | |
|---|---|
| AnnotatedObject
|
|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transformer.codec | |
|---|---|
| AnnotatedObject
|
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transformer.compression | |
|---|---|
| AnnotatedObject
|
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transformer.encryption | |
|---|---|
| AnnotatedObject
|
|
EncryptionStrategy
EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transformer.simple | |
|---|---|
| AnnotatedObject
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transformer.wire | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.transport | |
|---|---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
MuleMessage
MuleMessage represents a message payload. |
|
MuleSession
MuleSession is the context in which a request is processed by Mule. |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transport.polling | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| NameableObject
Adds NamedObject.getName() and NameableObject.setName(java.lang.String) methods to an object |
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.transport.service | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.util | |
|---|---|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
|
| MuleContext
|
|
MuleMessage
MuleMessage represents a message payload. |
|
| Classes in org.mule.api used by org.mule.util.concurrent | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.util.counters | |
|---|---|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.util.counters.impl | |
|---|---|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.util.lock | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.util.monitor | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.util.pool | |
|---|---|
| MuleContext
|
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.util.queue | |
|---|---|
| MuleContext
|
|
| NamedObject
Adds NamedObject.getName() method to an object |
|
| Classes in org.mule.api used by org.mule.util.store | |
|---|---|
| MuleContext
|
|
| Classes in org.mule.api used by org.mule.util.xa | |
|---|---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
| Classes in org.mule.api used by org.mule.work | |
|---|---|
| MuleContext
|
|
MuleEvent
MuleEvent represents any data event occuring in the Mule environment. |
|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||