Uses of Interface
org.mule.providers.ReplyToHandler

Packages that use ReplyToHandler
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
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
 

Methods in org.mule.impl with parameters of type ReplyToHandler
protected  UMOMessage MuleProxy.processResponse(UMOMessage message, java.lang.Object replyTo, ReplyToHandler replyToHandler)
           
 

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()
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.