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.component.builder | |
org.mule.api.config | |
org.mule.api.context |
Manager APIs, including the UMOManager, agent and server event interfaces
|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.interceptor | |
org.mule.api.lifecycle |
Lifecycle interfaces for all UMOcomponents.
|
org.mule.api.model |
Contains the interfaces for the Model and supporting objects such as the CompoenntResolver, EntryPointResolver, etc.
|
org.mule.api.registry | |
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.transaction | |
org.mule.api.transformer |
Contains the interfaces for transformers and exceptions for the UMO Transformer API.
|
org.mule.api.transformer.wire | |
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.component | |
org.mule.component.builder | |
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.spring |
Support claases for Load Mule from Spring.
|
org.mule.config.spring.processors | |
org.mule.config.support | |
org.mule.context | |
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.interceptor | |
org.mule.lifecycle | |
org.mule.lifecycle.phases | |
org.mule.message |
Wire message implementations.
|
org.mule.model | |
org.mule.model.direct | |
org.mule.model.pipeline | |
org.mule.model.resolvers | |
org.mule.model.seda | |
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.client.remoting | |
org.mule.module.client.remoting.notification | |
org.mule.module.jaas.filters | |
org.mule.module.management |
Mule system management extensions such as Jmx support.
|
org.mule.module.management.agent |
Management agents including agents for Jdmk, MX4J, and Log4J
|
org.mule.module.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
org.mule.module.management.support |
Support classes and interface for Mule management subsystem
|
org.mule.module.ognl.filters | |
org.mule.module.xml.expression | |
org.mule.module.xml.filters |
Filters that apply specifically to xml using xml querying mechanisms.
|
org.mule.module.xml.routing | |
org.mule.module.xml.transformer |
Xml and Xslt Transformer implementations.
|
org.mule.registry | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
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.inbound |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.routing.nested | |
org.mule.routing.outbound |
Outbound router implementation as described in the Enterprise Integration Patterns book.
|
org.mule.routing.response |
Response router implementations that enable asynchronous event processing in request /response messaging requests.
|
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.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.bpm | |
org.mule.transport.ejb | |
org.mule.transport.http |
Provides http transport including proxy support.
|
org.mule.transport.http.components | |
org.mule.transport.http.transformers | |
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.jms.activemq |
Provides Jms connectivity with ActiveMQ-specific workarounds and improvements.
|
org.mule.transport.jms.filters | |
org.mule.transport.jms.transformers |
Contains transformers to convert to and from different javax.jms.Message types
|
org.mule.transport.jms.weblogic |
Provides Jms connectivity with Weblogic-specific workarounds and improvements.
|
org.mule.transport.jms.websphere |
Provides Jms connectivity with Websphere-specific workarounds and improvements.
|
org.mule.transport.jnp | |
org.mule.transport.multicast |
IP multicast connectivity for Mule.
|
org.mule.transport.quartz | |
org.mule.transport.quartz.jobs | |
org.mule.transport.rmi | |
org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
org.mule.transport.servlet | |
org.mule.transport.soap | |
org.mule.transport.soap.transformers | |
org.mule.transport.ssl |
Provides tcp connectivity over Ssl for Mule.
|
org.mule.transport.stdio | |
org.mule.transport.tcp |
Provides tcp connectivity for Mule.
|
org.mule.transport.udp |
Provides Udp connectivity for Mule.
|
org.mule.transport.vm |
A connector implementation allowing events to be passed between Mule sessions via in-memory queues.
|
org.mule.util |
Common helper classes for reading/writing files setting bean properties and SPI helpers.
|
org.mule.util.expression | |
org.mule.util.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.
|
Class and Description |
---|
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. |
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. |
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 executed. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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 executed. |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
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 |
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
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, |
Class and Description |
---|
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, |
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. |
Class and Description |
---|
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. |
Class and Description |
---|
MuleContext |
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, |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
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. |
MuleSession
MuleSession is the context in which a request is executed. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
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, |
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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, |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
ExceptionPayload
ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
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. |
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. |
MuleSession
MuleSession is the context in which a request is executed. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
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. |
Class and Description |
---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
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. |
Class and Description |
---|
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. |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
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, |
Class and Description |
---|
MuleContext |
Class and Description |
---|
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, |
Class and Description |
---|
MuleContext |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleContext |
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
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, |
Class and Description |
---|
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, |
Class and Description |
---|
ExceptionPayload
ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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, |
Class and Description |
---|
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. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleContext |
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. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
MuleEvent
MuleEvent represents any data event occuring in the Mule
environment. |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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, |
Class and Description |
---|
MuleContext |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
MuleSession
MuleSession is the context in which a request is executed. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
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 executed. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
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. |
MuleMessageCollection
An interface that defines a collection of Mule Messages and methods for working with the collection.
|
Class and Description |
---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
MuleMessage
MuleMessage represents a message payload. |
MuleSession
MuleSession is the context in which a request is executed. |
Class and Description |
---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
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 executed. |
Class and Description |
---|
MuleEvent
MuleEvent represents any data event occuring in the Mule
environment. |
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
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. |
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
EncryptionStrategy
EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
MuleEvent
MuleEvent represents any data event occuring in the Mule
environment. |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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, |
Class and Description |
---|
MuleEvent
MuleEvent represents any data event occuring in the Mule
environment. |
Class and Description |
---|
DefaultMuleException
MuleException Is the base exception type for the Mule application
any other exceptions thrown by Mule code will be based on this exception. |
MuleMessage
MuleMessage represents a message payload. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
EncryptionStrategy
EncryptionStrategy can be used to provide different types of
Encryption strategy objects. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
ExceptionPayload
ExceptionPayload is a message payload that contains exception
information that occurred during message processing. |
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() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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. |
MuleSession
MuleSession is the context in which a request is executed. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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, |
Class and Description |
---|
MessagingException
MessagingException is a general message exception thrown when
errors specific to Message processing occur.. |
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() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
MuleEvent
MuleEvent represents any data event occuring in the Mule
environment. |
MuleEventContext
MuleEventContext is the context object for the current request. |
Class and Description |
---|
MuleMessage
MuleMessage represents a message payload. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
ThreadSafeAccess
Interface implemented by message-related objects that avoid exposing mutable data to multiple threads
by providing immutable copies.
|
Class and Description |
---|
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() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
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 |
Class and Description |
---|
MuleContext |
MuleEventContext
MuleEventContext is the context object for the current request. |
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. |
NamedObject
Adds
NamedObject.getName() and NamedObject.setName(java.lang.String) methods to an object |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
MuleContext |
Class and Description |
---|
MuleContext |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Class and Description |
---|
MuleException
MuleException is the base exception type for the Mule server any
other exceptions thrown by Mule code will be based on this exception, |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.