| Package | Description |
|---|---|
| org.mule.service | |
| org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
| org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
| Modifier and Type | Method and Description |
|---|---|
protected ReplyToHandler |
AbstractService.getReplyToHandler(MuleMessage message,
InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractService.processReplyTo(MuleEvent event,
MuleMessage result,
ReplyToHandler replyToHandler,
Object replyTo) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReplyToHandler
DefaultReplyToHandler is responsible for processing a message
replyTo header. |
| Modifier and Type | Method and Description |
|---|---|
ReplyToHandler |
AbstractConnector.getReplyToHandler()
Getter for property 'replyToHandler'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JmsReplyToHandler
JmsReplyToHandler will process a JMS replyTo or hand off to the
default replyTo handler if the replyTo is a URL. |
| Modifier and Type | Method and Description |
|---|---|
ReplyToHandler |
JmsConnector.getReplyToHandler() |
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.