org.logicblaze.lingo.jms.impl
Class AsyncReplyHandler

java.lang.Object
  extended byorg.springframework.remoting.support.RemoteExporter
      extended byorg.springframework.remoting.support.RemoteInvocationBasedExporter
          extended byorg.logicblaze.lingo.jms.impl.AsyncReplyHandler
All Implemented Interfaces:
ReplyHandler

public class AsyncReplyHandler
extends org.springframework.remoting.support.RemoteInvocationBasedExporter
implements ReplyHandler

Version:
$Revision: 1.1 $

Field Summary
 
Fields inherited from class org.springframework.remoting.support.RemoteExporter
logger
 
Constructor Summary
AsyncReplyHandler(Object pojo, Marshaller marshaller)
           
 
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
protected  void onException(org.springframework.remoting.support.RemoteInvocation invocation, Exception e)
           
 
Methods inherited from class org.springframework.remoting.support.RemoteInvocationBasedExporter
getRemoteInvocationExecutor, invoke, invokeAndCreateResult, setRemoteInvocationExecutor
 
Methods inherited from class org.springframework.remoting.support.RemoteExporter
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, isRegisterTraceInterceptor, setRegisterTraceInterceptor, setService, setServiceInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncReplyHandler

public AsyncReplyHandler(Object pojo,
                         Marshaller marshaller)
Method Detail

handle

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

Specified by:
handle in interface ReplyHandler
Throws:
JMSException

onException

protected void onException(org.springframework.remoting.support.RemoteInvocation invocation,
                           Exception e)


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