org.apache.camel.component.jms.requestor
Interface ReplyHandler

All Known Implementing Classes:
FutureHandler, PersistentReplyToFutureHandler

public interface ReplyHandler

Version:
$Revision: 389 $

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

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 © 2007-2010 IONA Open Source Community. All Rights Reserved.