org.logicblaze.lingo.jms
Interface ReplyHandler

All Known Implementing Classes:
AsyncReplyHandler, FutureResultHandler

public interface ReplyHandler

Version:
$Revision: 1.1 $

Method Summary
 boolean handle(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

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

Throws:
JMSException


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