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.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.service | |
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
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.support | |
org.mule.model | |
org.mule.model.direct | |
org.mule.model.pipeline | |
org.mule.model.seda | |
org.mule.module.client.remoting | |
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.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.http.components | |
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.servlet | |
org.mule.transport.soap.component | |
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.pool | |
org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAgent
Implements common methods for all Agents.
|
class |
DefaultMuleContext |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotificationLoggerAgent
AbstractNotificationLoggerAgent Receives Mule server notifications
and logs them and can optionally route them to an endpoint. |
class |
ConfigScannerAgent
EXPERIMENTAL!!!
This agent scans a defined directory for dropped configuration files.
|
class |
EndpointNotificationLoggerAgent
EndpointAbstractEventLoggerAgent will forward server notifications
to a configurered endpoint uri. |
class |
Log4jNotificationLoggerAgent
AbstractNotificationLoggerAgent Receives Mule server notifications
and logs them and can optionally route them to an endpoint |
Modifier and Type | Interface and Description |
---|---|
interface |
MuleContext |
Modifier and Type | Interface and Description |
---|---|
interface |
Agent
Agent is a server plugin that can be initialised, started and
destroyed along with the UMOManager itself. |
Modifier and Type | Interface and Description |
---|---|
interface |
Component
A
Component is a invoked by a Service for each incoming
MuleEvent routed on by the InboundRouterCollection . |
interface |
JavaComponent
JavaComponent is a Java Component implementation used to
invoke Java component implementations. |
interface |
LifecycleAdapter
LifecycleAdapter is a wrapper around a pojo service that adds Lifecycle methods to the pojo. |
Modifier and Type | Interface and Description |
---|---|
interface |
Lifecycle
DefaultLifecyclePhase adds lifecycle methods start ,
stop and dispose . |
Constructor and Description |
---|
StopException(Message message,
Stoppable component) |
StopException(Message message,
Throwable cause,
Stoppable component) |
StopException(Throwable cause,
Stoppable component) |
Modifier and Type | Interface and Description |
---|---|
interface |
Model
The
Model encapsulates and manages the runtime behaviour of a
Mule Server instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
Service
Service is the internal representation of a Mule Managed service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Connector
Connector is the mechanism used to connect to external systems
and protocols in order to send and receive data. |
interface |
MessageReceiver
MessageReceiver is used to receive data from an external system. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractComponent
|
class |
AbstractJavaComponent
Abstract implementation of JavaComponent adds JavaComponent specific's:
EntryPointResolverSet , NestedRouterCollection and
ObjectFactory . |
class |
DefaultJavaComponent
Default implementation of
JavaComponent . |
class |
DefaultLifecycleAdapter
DefaultLifecycleAdapter provides lifecycle methods for all Mule
managed components. |
class |
PooledJavaComponent
PooledJavaComponent implements pooling. |
class |
SimpleCallableJavaComponent
Simple
JavaComponent implementation to be used when
LifecycleAdapter is not required because i) the object instance implements
Callable and so entry-point resolution is required and ii) nested-routers
are not used.An ObjectFactory can be set but must return object
instances that implement Callable . |
Modifier and Type | Class and Description |
---|---|
class |
PassThroughComponent
PassThroughComponent will simply return the payload back as the
result. |
Modifier and Type | Class and Description |
---|---|
class |
InheritedModel
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel
MuleModel is the default implementation of the Model. |
Modifier and Type | Class and Description |
---|---|
class |
DirectModel |
class |
DirectService
A direct service invokes the service service directly without any threading, even
when the invocation is asynchronous
|
Modifier and Type | Class and Description |
---|---|
class |
PipelineModel |
class |
PipelineService |
Modifier and Type | Class and Description |
---|---|
class |
SedaModel
A mule service service model that uses Seda principals to achieve high
throughput by Quing events for compoonents and processing them concurrently.
|
class |
SedaService
A Seda service runs inside a Seda Model and is responsible for managing a Seda
Queue and thread pool for a Mule sevice service.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteDispatcherAgent
RemoteDispatcherAgent manages the server endpoint that receives Admin and
remote client requests |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJmxSupportAgent |
class |
JdmkAgent
JdmkAgent configures an Jdmk Http Adaptor for Jmx management,
statistics and configuration viewing of a Mule instance. |
class |
JmxAgent
JmxAgent registers Mule Jmx management beans with an MBean server. |
class |
JmxServerNotificationAgent
An agent that propergates Mule Server notifications to Jmx.
|
class |
Log4jAgent
Log4jAgent exposes the configuration of the Log4J instance running
in Mule for Jmx management |
class |
Mx4jAgent
Mx4jAgent configures an Mx4J Http Adaptor for Jmx management,
statistics and configuration viewing of a Mule instance. |
class |
RmiRegistryAgent
Binds to an existing RMI registry or creates a new one on a defined URI.
|
class |
WrapperManagerAgent
This agent integrates Java Service Wrapper into Mule.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceServiceMBean
ServiceServiceMBean defines the management interface for a mule
managed service. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceService
ServiceService exposes service information about a Mule Managed
service. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
A base implementation for all UMOComponents in Mule
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnector
AbstractConnector provides base functionality for all connectors
provided with Mule. |
class |
AbstractJndiConnector
This class acts as common baseclass for both Rmi & EjbConnector Resolves Jndi root for connector usage
|
class |
AbstractMessageReceiver
AbstractMessageReceiver provides common methods for all Message
Receivers provided with Mule. |
class |
AbstractPollingMessageReceiver
AbstractPollingMessageReceiver implements a base class for polling
message receivers. |
class |
TransactedPollingMessageReceiver
The TransactedPollingMessageReceiver is an abstract receiver that handles polling
and transaction management.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessComponent |
class |
ProcessConnector
The BPM provider allows Mule events to initiate and/or advance processes in an
external or embedded Business Process Management System (BPMS).
|
class |
ProcessMessageReceiver
Generates an incoming Mule event from an executing workflow process.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbConnector
Provides Connection configurstion for EJB endpoints
|
class |
EjbMessageReceiver
Will repeatedly call a method on an EJB object.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpConnector
HttpConnector provides a way of receiving and sending http requests
and responses. |
class |
HttpMessageReceiver
HttpMessageReceiver is a simple http server that can be used to
listen for HTTP requests on a particular port. |
class |
HttpPollingConnector
The HttpPollingConnectors allows for inbound Http endpoints to be configured with an address which it shall use
to poll for a result.
|
class |
HttpsConnector
HttpsConnector provides Secure http connectivity on top of what is already provided with the
Mule HttpConnector . |
class |
HttpsMessageReceiver |
class |
HttpsPollingConnector
HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the
Mule HttpPollingConnector . |
class |
PollingHttpMessageReceiver
Will poll an http URL and use the response as the input for a service request.
|
Modifier and Type | Class and Description |
---|---|
class |
RestServiceWrapper
This service can used to proxy REST style services as local Mule Components.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnector
JmsConnector is a JMS 1.0.2b compliant connector that can be used
by a Mule endpoint. |
class |
JmsMessageReceiver
Registers a single JmsMessage listener but uses a thread pool to process incoming
messages
|
class |
MultiConsumerJmsMessageReceiver
This is an experimental rework of the
transacted.message.receiver
(it may work with non-transacted sessions as well,
just hasn't been tested and load-tested yet. |
class |
SingleJmsMessageReceiver
Registers a single Jms MessageListener for an endpoint
|
class |
TransactedSingleResourceJmsMessageReceiver |
class |
XaTransactedJmsMessageReceiver |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQJmsConnector
ActiveMQ 4.x-specific JMS connector.
|
class |
ActiveMQXAJmsConnector |
Modifier and Type | Class and Description |
---|---|
class |
WeblogicJmsConnector
Weblogic-specific JMS connector.
|
Modifier and Type | Class and Description |
---|---|
class |
WebsphereJmsConnector
Websphere-specific JMS connector.
|
class |
WebsphereTransactedJmsMessageReceiver |
Modifier and Type | Class and Description |
---|---|
class |
JnpConnector
JnpConnector uses the Java Naming protocol to bind to remote
objects |
Modifier and Type | Class and Description |
---|---|
class |
MulticastConnector
MulticastConnector can dispatch mule events using ip multicasting |
class |
MulticastMessageReceiver |
Modifier and Type | Class and Description |
---|---|
class |
QuartzConnector
Creates a connection to a Quartz scheduler.
|
class |
QuartzMessageReceiver
Listens for Quartz sheduled events using the Receiver Job and fires events to the
service associated with this receiver.
|
Modifier and Type | Class and Description |
---|---|
class |
RmiCallbackMessageReceiver
TODO
|
class |
RmiConnector
RmiConnector can bind or send to a given RMI port on a given host. |
class |
RmiMessageReceiver
Will repeatedly call a method on a Remote object.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletConnector
ServletConnector is a channel adapter between Mule and a servlet
engine. |
class |
ServletMessageReceiver
ServletMessageReceiver is a receiver that is invoked from a Servlet
when an event is received. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebServiceWrapperComponent |
Modifier and Type | Class and Description |
---|---|
class |
SslConnector
SslConnector provides a connector for SSL connections. |
class |
SslMessageReceiver |
class |
TlsConnector
TlsConnector Provides TLS connections |
Modifier and Type | Class and Description |
---|---|
class |
PromptStdioConnector
PromptStdioConnector connects to the System streams in and out by
default and add some basic fuctionality for writing out prompt messages. |
class |
StdioConnector
StdioConnector can send and receive Mule events over IO streams. |
class |
StdioMessageReceiver
StdioMessageReceiver is a listener for events from Mule components
which then simply passes the events on to the target components. |
Modifier and Type | Class and Description |
---|---|
class |
TcpConnector
TcpConnector can bind or sent to a given TCP port on a given host. |
class |
TcpMessageReceiver
TcpMessageReceiver acts like a TCP server to receive socket
requests. |
Modifier and Type | Class and Description |
---|---|
class |
UdpConnector
UdpConnector can send and receive Mule events as Datagram packets. |
class |
UdpMessageReceiver
UdpMessageReceiver receives UDP message packets. |
Modifier and Type | Class and Description |
---|---|
class |
VMConnector
VMConnector A simple endpoint wrapper to allow a Mule service to
be accessed from an endpoint |
class |
VMMessageReceiver
VMMessageReceiver is a listener for events from a Mule service which then simply passes
the events on to the target service. |
Modifier and Type | Interface and Description |
---|---|
interface |
LifecyleEnabledObjectPool
An ObjectPool that allows Start and Stop life-cycle to be propagated pooled
object.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLifecycleEnabledObjectPool
A LifecyleEnabledObjectPool implementation for pooling
LifecycleAdapter
instances for implementations of JavaComponent that require
LifecycleAdapter pooling such as PooledJavaComponent . |
Modifier and Type | Interface and Description |
---|---|
interface |
QueueManager
A Queue manager is responsible for manageing one or more Queue resources and
providing common support fot transactions and persistence
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionalQueueManager
The Transactional Queue Manager is responsible for creating and Managing
transactional Queues.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.