| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| 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.routing.requestreply | |
| org.mule.service.processor | |
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyToHandler |
DefaultMuleEvent.getReplyToHandler() |
ReplyToHandler |
VoidMuleEvent.getReplyToHandler() |
| Constructor and Description |
|---|
DefaultMuleEvent(MuleEvent rewriteEvent,
FlowConstruct flowConstruct,
ReplyToHandler replyToHandler,
Object replyToDestination) |
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MuleSession session,
ReplyToHandler replyToHandler,
Object replyToDestination,
ResponseOutputStream outputStream) |
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
MuleSession session,
ReplyToHandler replyToHandler,
ResponseOutputStream outputStream,
Object replyToDestination)
Deprecated.
|
DefaultMuleEvent(MuleMessage message,
MuleEvent rewriteEvent,
FlowConstruct flowConstruct,
MuleSession session,
boolean synchronous,
ReplyToHandler replyToHandler,
Object replyToDestination,
boolean shareFlowVars) |
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
String messageSourceName,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream,
String encoding,
boolean transacted,
boolean synchronous,
Object replyToDestination,
ReplyToHandler replyToHandler) |
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
String messageSourceName,
MessageExchangePattern exchangePattern,
MuleSession session,
int timeout,
Credentials credentials,
ResponseOutputStream outputStream,
String encoding,
boolean transacted,
boolean synchronous,
Object replyToDestination,
ReplyToHandler replyToHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyToHandler |
MuleEvent.getReplyToHandler()
Return the replyToHandler (if any) that will be used to perform async reply
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReplyToPropertyRequestReplyReplier.processReplyTo(MuleEvent event,
MuleEvent result,
ReplyToHandler replyToHandler,
Object replyTo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceInternalMessageProcessor.processReplyTo(MuleEvent event,
MuleEvent result,
ReplyToHandler replyToHandler,
Object replyTo)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReplyToHandler
DefaultReplyToHandler is responsible for processing a message
replyTo header. |
| Modifier and Type | Field and Description |
|---|---|
protected ReplyToHandler |
AbstractMessageReceiver.replyToHandler |
| Modifier and Type | Method and Description |
|---|---|
protected ReplyToHandler |
AbstractMessageReceiver.getReplyToHandler() |
ReplyToHandler |
AbstractConnector.getReplyToHandler(ImmutableEndpoint endpoint)
Getter for property 'replyToHandler'.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.