|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplyToHandler | |
org.mule.impl.model | |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
Uses of ReplyToHandler in org.mule.impl.model |
Methods in org.mule.impl.model that return ReplyToHandler | |
protected ReplyToHandler |
DefaultMuleProxy.getReplyToHandler(UMOMessage message,
UMOImmutableEndpoint endpoint)
|
Uses of ReplyToHandler in org.mule.providers |
Classes in org.mule.providers that implement ReplyToHandler | |
class |
DefaultReplyToHandler
DefaultReplyToHandler is responsible for processing a message
replyTo header. |
Methods in org.mule.providers that return ReplyToHandler | |
ReplyToHandler |
AbstractConnector.getReplyToHandler()
Getter for property 'replyToHandler'. |
Uses of ReplyToHandler in org.mule.providers.jms |
Classes in org.mule.providers.jms that implement ReplyToHandler | |
class |
JmsReplyToHandler
JmsReplyToHandler will process a JMS replyTo or hand off to the
default replyTo handler if the replyTo is a URL. |
Methods in org.mule.providers.jms that return ReplyToHandler | |
ReplyToHandler |
JmsConnector.getReplyToHandler()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |