org.smallmind.quorum.transport.messaging
Class InvocationMessageTarget

java.lang.Object
  extended by org.smallmind.quorum.transport.messaging.InvocationMessageTarget
All Implemented Interfaces:
MessageTarget

public abstract class InvocationMessageTarget
extends Object
implements MessageTarget


Constructor Summary
InvocationMessageTarget(Object targetObject, Class serviceInterface)
           
 
Method Summary
 javax.jms.Message handleMessage(javax.jms.Session session, javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.smallmind.quorum.transport.messaging.MessageTarget
logError
 

Constructor Detail

InvocationMessageTarget

public InvocationMessageTarget(Object targetObject,
                               Class serviceInterface)
                        throws NoSuchMethodException
Throws:
NoSuchMethodException
Method Detail

handleMessage

public javax.jms.Message handleMessage(javax.jms.Session session,
                                       javax.jms.Message message)
                                throws Exception
Specified by:
handleMessage in interface MessageTarget
Throws:
Exception


Copyright © 2011. All Rights Reserved.