Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.registry | |
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.context.notification |
Internal server notification types fired via the MuleManager.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.module.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
org.mule.registry | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
org.mule.service | |
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.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.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.rmi | |
org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
org.mule.transport.servlet | |
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.
|
Class and Description |
---|
ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
|
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
PropertyScope
A PropertyScope is used to assoaciate a message property with a lifetime.
|
SessionHandler
An interface used for reading and writing session information to and from the
current message.
|
Class and Description |
---|
ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
|
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
Class and Description |
---|
ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageRequesting
Defines generic methods for receiving events.
|
Class and Description |
---|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
DispatchException
DispatchException is thrown when an endpoint dispatcher fails to
send, dispatch or receive a message. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
PropertyScope
A PropertyScope is used to assoaciate a message property with a lifetime.
|
Class and Description |
---|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Class and Description |
---|
ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
DispatchException
DispatchException is thrown when an endpoint dispatcher fails to
send, dispatch or receive a message. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageRequesting
Defines generic methods for receiving events.
|
Class and Description |
---|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Class and Description |
---|
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
Class and Description |
---|
ReplyToHandler
ReplyToHandler is used to handle routing where a replyTo endpointUri is
set on the message |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
DispatchException
DispatchException is thrown when an endpoint dispatcher fails to
send, dispatch or receive a message. |
InternalMessageListener
A listener used to receive Muleevents from a transport receiver.
|
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
MessageTypeNotSupportedException
MessageTypeNotSupportedException is thrown when a message payload
is set on a Message implementation of MessageAdapter which is not of supported
type for that message or adapter. |
MutableMessageAdapter
Defines a
MessageAdapter that can have its payload re-assigned after it
has been created. |
PropertyScope
A PropertyScope is used to assoaciate a message property with a lifetime.
|
ReplyToHandler
ReplyToHandler is used to handle routing where a replyTo endpointUri is
set on the message |
SessionHandler
An interface used for reading and writing session information to and from the
current message.
|
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageTypeNotSupportedException
MessageTypeNotSupportedException is thrown when a message payload
is set on a Message implementation of MessageAdapter which is not of supported
type for that message or adapter. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
OutputHandler
The OutputHandler is a strategy class that is set on the StreamMessageAdapter to
defer the writing of the message payload until there is a stream available to
write it to.
|
SessionHandler
An interface used for reading and writing session information to and from the
current message.
|
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
ConnectionStrategy
Allows developers to plug in customised reconnection behaviour
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
ReplyToHandler
ReplyToHandler is used to handle routing where a replyTo endpointUri is
set on the message |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageTypeNotSupportedException
MessageTypeNotSupportedException is thrown when a message payload
is set on a Message implementation of MessageAdapter which is not of supported
type for that message or adapter. |
Class and Description |
---|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
SessionHandler
An interface used for reading and writing session information to and from the
current message.
|
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
MessageTypeNotSupportedException
MessageTypeNotSupportedException is thrown when a message payload
is set on a Message implementation of MessageAdapter which is not of supported
type for that message or adapter. |
Class and Description |
---|
Connectable
Interface for objects that should connect to a resource.
|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
MessageAdapter
MessageAdapter provides a common abstraction of different
message implementations provided by different underlying technologies. |
MessageDispatcher
Combine
MessageDispatching with
various lifecycle methods for the actual instances doing message sending. |
MessageDispatcherFactory
MessageDispatcherFactory is a factory interface for managing the
lifecycles of a transport's message dispatchers. |
MessageDispatching
Define generic methods for dispatching events.
|
MessageReceiver
MessageReceiver is used to receive data from an external system. |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
MessageRequesterFactory
A factory interface for managing the lifecycles of a transport's message requesters.
|
MessageRequesting
Defines generic methods for receiving events.
|
Class and Description |
---|
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.