|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplyToHandler | |
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.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()
|
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 defualt 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 |