Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
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.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 | Interface and Description |
---|---|
interface |
InboundEndpoint |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageRequester
Combine
MessageRequesting with
various lifecycle methods for the actual instances doing message sending. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInboundEndpoint |
class |
DynamicURIInboundEndpoint
Allow's EndpointURI to be set and changed dynamically by wrapping up an immutable endpoint instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageRequester
Provide a default dispatch (client) support for handling threads lifecycle and validation.
|
class |
UnsupportedMessageRequester |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientMessageRequester
Rquests Mule events over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageRequester
JmsMessageDispatcher is responsible for dispatching messages to JMS
destinations. |
Modifier and Type | Class and Description |
---|---|
class |
TcpMessageRequester
Request transformed Mule events from TCP.
|
Modifier and Type | Class and Description |
---|---|
class |
UdpMessageRequester
Responsible for requesting MuleEvents as UDP packets on the network
|
Modifier and Type | Class and Description |
---|---|
class |
VMMessageRequester
VMMessageDispatcher is used for providing in memory interaction
between components. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.