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.endpoint |
Endpoint interfaces.
|
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.api.util | |
org.mule.config.bootstrap | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
org.mule.config.spring.factories | |
org.mule.config.spring.processors | |
org.mule.config.support | |
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.model | |
org.mule.model.direct | |
org.mule.model.pipeline | |
org.mule.model.seda | |
org.mule.module.client.remoting | |
org.mule.module.jaas.filters | |
org.mule.module.management.agent |
Management agents including agents for Jdmk, MX4J, and Log4J
|
org.mule.module.xml.routing | |
org.mule.routing |
Defines the core routing patterns supported by mule.
|
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.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.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.
|
org.mule.util.queue |
A resource manager that allow access to transactional queues with optional persistence.
|
org.mule.util.store |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAgent
Implements common methods for all Agents.
|
class |
AbstractExceptionListener
AbstractExceptionListener is a base implementation that custom
Exception Listeners can override. |
class |
DefaultExceptionStrategy
DefaultExceptionStrategy provides a default exception handling
strategy. |
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 |
EndpointBuilder
Constructs endpoints.
|
interface |
EndpointFactory
Endpoint factory creates immutable instances of
ImmutableEndpoint . |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamCloserService
Simple service to close streams of different types.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRegistryBootstrap
This object will load objects defined in a file called
registry-bootstrap.properties into the local registry. |
Modifier and Type | Class and Description |
---|---|
class |
MuleConfigurationConfigurator
This class is a "SmartFactoryBean" which allows a few XML attributes to be set on the
otherwise read-only MuleConfiguration.
|
class |
ServerNotificationManagerConfigurator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointFactoryBean
Abstract spring FactoryBean used to creating endpoints via spring.
|
class |
EndpointFactoryBean
Endpoint factory bean which uses type attribute to determine endpoint type (Used by 1to2migration module)
|
class |
InboundEndpointFactoryBean
Spring FactoryBean used to create concrete instances of inbound endpoints
|
class |
OutboundEndpointFactoryBean
Spring FactoryBean used to create concrete instances of outbound endpoints
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyPlaceholderProcessor
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
InheritedModel
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointBuilder
Abstract endpoint builder used for externalizing the complex creation logic of
endpoints out of the endpoint instance itself.
|
class |
DefaultEndpointFactory |
class |
EndpointURIEndpointBuilder |
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 |
JaasSecurityFilter |
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 | Class and Description |
---|---|
class |
FilteringXmlMessageSplitter
FilteringXmlMessageSplitter will split a DOM4J document into nodes
based on the "splitExpression" property. |
class |
RoundRobinXmlSplitter
This router will split the Xml message into parts based on the xpath expression
and route each new event to the endpoints on the router, one after the other.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRouter
Implements the shared methods that all routers have.
|
class |
AbstractRouterCollection
AbstractRouterCollection provides common method implementations of
router collections for in and outbound routers. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventAggregator
AbstractEventAggregator will aggregate a set of messages into a
single message. |
class |
AbstractEventResequencer
AbstractEventResequencer is used to receive a set of events,
resequence them and forward them on to their destination |
class |
CorrelationAggregator
CorrelationAggregator uses the CorrelationID and
CorrelationGroupSize properties of the MuleMessage to manage
message groups. |
class |
CorrelationEventResequencer
CorrelationEventResequencer is used to resequence events according
to their dispatch sequence in the correlation group. |
class |
DefaultInboundRouterCollection
DefaultInboundRouterCollection is a collection of routers that will be
invoked when an event is received. |
class |
ForwardingConsumer
ForwardingConsumer is used to forward an incoming event over
another transport without invoking a service. |
class |
IdempotentReceiver
IdempotentReceiver ensures that only unique messages are received by a
service. |
class |
IdempotentSecureHashReceiver
IdempotentSecureHashReceiver ensures that only unique messages are
received by a service. |
class |
InboundPassThroughRouter
InboundPassThroughRouter allows inbound routing over all
registered endpoints without any filtering. |
class |
MessageChunkingAggregator |
class |
SelectiveConsumer
SelectiveConsumer is an inbound router used to filter out unwanted
events. |
class |
SimpleCollectionAggregator
This router will return all aggregated events as a
MuleMessageCollection . |
class |
WireTap
An inbound router that can forward every message to another destination as defined
in the "endpoint" property.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNestedRouter |
class |
DefaultNestedRouterCollection
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageSplitter
AbstractMessageSplitter is an outbound Message Splitter used to split
the contents of a received message into sub parts that can be processed by other
components. |
class |
AbstractOutboundRouter
AbstractOutboundRouter is a base router class that tracks
statistics about message processing through the router. |
class |
AbstractRecipientList
AbstractRecipientList is used to dispatch a single event to
multiple recipients over the same transport. |
class |
ChainingRouter
ChainingRouter is used to pass a Mule event through multiple
endpoints using the result of the first as the input for the second. |
class |
DefaultOutboundRouterCollection
DefaultOutboundRouterCollection is a container of routers. |
class |
EndpointSelector
EndpointSelector selects the outgoing endpoint based on a
an expression evaluator ("header:endpoint" by default). |
class |
ExceptionBasedRouter
ExceptionBasedRouter Will send the current event to the first
endpoint that doesn't throw an exception. |
class |
FilteringListMessageSplitter
FilteringListMessageSplitter accepts a List as a message payload
then routes list elements as messages over an endpoint where the endpoint's filter
accepts the payload. |
class |
FilteringOutboundRouter
FilteringRouter is a router that accepts events based on a filter
set. |
class |
MessageChunkingRouter
A router that breaks up the current message onto smaller parts and sends them to the
same destination.
|
class |
MulticastingRouter
MulticastingRouter will broadcast the current message to every endpoint
registed with the router. |
class |
OutboundPassThroughRouter
OutboundPassThroughRouter allows outbound routing over a single
endpoint without any filtering. |
class |
StaticRecipientList
StaticRecipientList is used to dispatch a single event to multiple
recipients over the same transport. |
class |
TemplateEndpointRouter
The TemplateEndpointRouter allows endpoints to be altered at runtime based on
properties set on the current event or fallback values set on the endpoint properties.
|
class |
TransformerRouter
Simply applies a transformer before continuing on to the next router.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResponseAggregator
AbstractResponseAggregator provides a base class for implementing
response aggregator routers. |
class |
AbstractResponseRouter
AbstractResponseRouter is a base class for all Response Routers |
class |
DefaultResponseRouterCollection
DefaultResponseRouterCollection is a router that can be used to control how
the response in a request/response message flow is created. |
class |
ResponseCorrelationAggregator
ResponseCorrelationAggregator Correlates one or more events on a
response flow using the Correlation Id to group events. |
class |
SimpleCollectionResponseAggregator
A simple aggregator that will keep collecting events until a timeout is reached.
|
class |
SingleResponseRouter
Handles single event responses from a replyTo address.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointSecurityFilter
AbstractEndpointSecurityFilter provides basic initialisation for
all security filters, namely configuring the SecurityManager for this instance |
Modifier and Type | Class and Description |
---|---|
class |
MuleEncryptionEndpointSecurityFilter
MuleEncryptionEndpointSecurityFilter provides password-based
encryption |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
A base implementation for all UMOComponents in Mule
|
class |
DefaultServiceExceptionStrategy
DefaultServiceExceptionStrategy is the default exception handler
for components. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionStrategy |
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 |
SimpleRetryConnectionStrategy
A simple connection retry strategy where the a connection will be attempted X
number of retryCount every Y milliseconds.
|
class |
SingleAttemptConnectionStrategy
Attempts to make a connection once and fails if there is an exception
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessConnector
The BPM provider allows Mule events to initiate and/or advance processes in an
external or embedded Business Process Management System (BPMS).
|
Modifier and Type | Class and Description |
---|---|
class |
EjbConnector
Provides Connection configurstion for EJB endpoints
|
Modifier and Type | Class and Description |
---|---|
class |
HttpConnector
HttpConnector provides a way of receiving and sending http requests
and responses. |
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 |
HttpsPollingConnector
HttpsPollingConnector provides Secure http connectivity on top of what is already provided with the
Mule HttpPollingConnector . |
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. |
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.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
QuartzConnector
Creates a connection to a Quartz scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
RmiConnector
RmiConnector can bind or send to a given RMI port on a given host. |
Modifier and Type | Class and Description |
---|---|
class |
ServletConnector
ServletConnector is a channel adapter between Mule and a servlet
engine. |
Modifier and Type | Class and Description |
---|---|
class |
SslConnector
SslConnector provides a connector for SSL connections. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
TcpConnector
TcpConnector can bind or sent to a given TCP port on a given host. |
Modifier and Type | Class and Description |
---|---|
class |
UdpConnector
UdpConnector can send and receive Mule events as Datagram 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 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStreamCloserService
Closes streams of different types by looking up available
StreamCloser 's
from the Mule registry. |
Modifier and Type | Class and Description |
---|---|
class |
EventFilePersistenceStrategy |
class |
FilePersistenceStrategy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMonitoredObjectStore
TODO
|
class |
InMemoryObjectStore
InMemoryObjectStore implements an optionally bounded
in-memory store for message IDs with periodic expiry of old entries. |
class |
TextFileObjectStore
A Simple object store that stores String objects by key to a text file.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.