Package | Description |
---|---|
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.module.management.mbean |
Jmx Management beans for mule components, the model and the Mule server.
|
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.websphere |
Provides Jms connectivity with Websphere-specific workarounds and improvements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MessageReceiver |
Connector.registerListener(Service service,
InboundEndpoint endpoint)
This creates a
MessageReceiver associated with this endpoint
and registers it with the connector |
Constructor and Description |
---|
EndpointService(MessageReceiver receiver) |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
protected MessageReceiver |
AbstractConnector.createReceiver(Service service,
InboundEndpoint endpoint)
Create a Message receiver for this connector
|
MessageReceiver |
AbstractConnector.getReceiver(Service service,
InboundEndpoint endpoint) |
MessageReceiver[] |
AbstractConnector.getReceivers(String wildcardExpression) |
MessageReceiver |
AbstractConnector.lookupReceiver(String key) |
MessageReceiver |
AbstractConnector.registerListener(Service service,
InboundEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnector.destroyReceiver(MessageReceiver receiver,
InboundEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessMessageReceiver
Generates an incoming Mule event from an executing workflow process.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbMessageReceiver
Will repeatedly call a method on an EJB object.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMessageReceiver
HttpMessageReceiver is a simple http server that can be used to
listen for HTTP requests on a particular port. |
class |
HttpsMessageReceiver |
class |
PollingHttpMessageReceiver
Will poll an http URL and use the response as the input for a service request.
|
Modifier and Type | Method and Description |
---|---|
static MessageReceiver |
HttpMessageReceiver.findReceiverByStem(Map receivers,
String uriStr) |
protected MessageReceiver |
HttpMessageReceiver.getTargetReceiver(MuleMessage message,
ImmutableEndpoint endpoint) |
MessageReceiver |
HttpConnector.registerListener(Service service,
InboundEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
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 |
WebsphereTransactedJmsMessageReceiver |
Modifier and Type | Class and Description |
---|---|
class |
MulticastMessageReceiver |
Modifier and Type | Class and Description |
---|---|
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 |
RmiMessageReceiver
Will repeatedly call a method on a Remote object.
|
Modifier and Type | Method and Description |
---|---|
MessageReceiver |
RmiConnector.createReceiver(Service service,
InboundEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
MessageReceiver |
DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint) |
MessageReceiver |
TransportServiceDescriptor.createMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint) |
MessageReceiver |
DefaultTransportServiceDescriptor.createMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint,
Object[] args) |
MessageReceiver |
TransportServiceDescriptor.createMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint,
Object[] args) |
Modifier and Type | Class and Description |
---|---|
class |
ServletMessageReceiver
ServletMessageReceiver is a receiver that is invoked from a Servlet
when an event is received. |
Modifier and Type | Method and Description |
---|---|
protected MessageReceiver |
MuleReceiverServlet.getReceiverForURI(javax.servlet.http.HttpServletRequest httpServletRequest) |
Modifier and Type | Method and Description |
---|---|
protected MuleMessage |
MuleReceiverServlet.routeMessage(MessageReceiver receiver,
MuleMessage requestMessage,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
SslMessageReceiver |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
MessageReceiver |
StdioConnector.createReceiver(Service service,
InboundEndpoint endpoint) |
MessageReceiver |
PromptStdioConnector.registerListener(Service service,
InboundEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
TcpMessageReceiver
TcpMessageReceiver acts like a TCP server to receive socket
requests. |
Modifier and Type | Class and Description |
---|---|
class |
UdpMessageReceiver
UdpMessageReceiver receives UDP message packets. |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
MessageReceiver |
VMConnector.createReceiver(Service service,
InboundEndpoint endpoint) |
protected MessageReceiver |
VMConnector.getReceiverByEndpoint(EndpointURI endpointUri) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.