| 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.
|
| 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
The Message Requester is used to explicitly request messages from a message channel or
resource rather than subscribing to inbound events or polling for messages.
|
class |
UnsupportedMessageRequester |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.