org.logicblaze.lingo.jms
Interface ReplyHandler

All Known Implementing Classes:
AsyncReplyHandler, FutureHandler, ResultJoinHandler

public interface ReplyHandler

Version:
$Revision: 24 $

Method Summary
 boolean handle(javax.jms.Message message)
          Processes the message, returning true if this is the last method of a lifecycle so that the handler can be discarded
 

Method Detail

handle

boolean handle(javax.jms.Message message)
               throws javax.jms.JMSException
Processes the message, returning true if this is the last method of a lifecycle so that the handler can be discarded

Throws:
javax.jms.JMSException


Copyright © 2010 LogicBlaze, Inc.. All Rights Reserved.