org.marketcetera.client.jms
Interface ReplyHandler<T>


public interface ReplyHandler<T>

A type-safe message handler that produces replies.

Since:
1.0.0
Version:
$Id: ReplyHandler.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Method Summary
 T replyToMessage(T msg)
          Handles the given message, and returns a reply.
 

Method Detail

replyToMessage

T replyToMessage(T msg)
Handles the given message, and returns a reply. Changing the name of this method requires changing the implementation of IncomingJmsFactory as well.

Parameters:
msg - The message.
Returns:
The reply.


Copyright © 2012. All Rights Reserved.