| 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.api.transport |
Contains the interfaces that comprise a provider implementation.
|
| org.mule.processor | |
| 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 |
VoidMuleEvent.getReplyToHandler() |
ReplyToHandler |
DefaultMuleEvent.getReplyToHandler() |
| Constructor and Description |
|---|
DefaultMuleEvent(MuleEvent rewriteEvent,
FlowConstruct flowConstruct,
ReplyToHandler replyToHandler,
Object replyToDestination) |
DefaultMuleEvent(MuleEvent rewriteEvent,
FlowConstruct flowConstruct,
ReplyToHandler replyToHandler,
Object replyToDestination,
boolean synchronous) |
DefaultMuleEvent(MuleEvent rewriteEvent,
ReplyToHandler replyToHandler)
Copy constructor used when ReplyToHandler instance needs switching out
|
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
FlowConstruct flowConstruct,
MuleSession session,
ReplyToHandler replyToHandler,
Object replyToDestination,
OutputStream outputStream) |
DefaultMuleEvent(MuleMessage message,
InboundEndpoint endpoint,
MuleSession session,
ReplyToHandler replyToHandler,
OutputStream outputStream,
Object replyToDestination)
Deprecated.
|
DefaultMuleEvent(MuleMessage message,
MessageExchangePattern exchangePattern,
ReplyToHandler replyToHandler,
FlowConstruct flowConstruct)
Constructor used to create an event with no message source with minimal arguments and a
ReplyToHandler |
DefaultMuleEvent(MuleMessage message,
MuleEvent rewriteEvent,
FlowConstruct flowConstruct,
MuleSession session,
boolean synchronous,
ReplyToHandler replyToHandler,
Object replyToDestination,
boolean shareFlowVars,
MessageExchangePattern messageExchangePattern) |
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
int timeout,
Credentials credentials,
OutputStream outputStream,
ReplyToHandler replyToHandler)
Constructor used to create an event with a identifiable message source with all additional arguments
|
DefaultMuleEvent(MuleMessage message,
URI messageSourceURI,
String messageSourceName,
MessageExchangePattern exchangePattern,
FlowConstruct flowConstruct,
MuleSession session,
int timeout,
Credentials credentials,
OutputStream 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,
OutputStream 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 | Class and Description |
|---|---|
class |
ExceptionHandlingReplyToHandlerDecorator
ReplyToHandler implementation that uses a .MessagingExceptionHandler to handle errors before delegating to the delegate ReplyToHandler instance. |
| Constructor and Description |
|---|
ExceptionHandlingReplyToHandlerDecorator(ReplyToHandler replyToHandler,
MessagingExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected ReplyToHandler |
AbstractRequestResponseMessageProcessor.createReplyToHandler(MuleEvent event) |
| 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.