org.smallmind.quorum.transport.message
Class MessageInvocationHandler

java.lang.Object
  extended by org.smallmind.quorum.transport.message.MessageInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MessageInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MessageInvocationHandler(MessageTransmitter messageTransmitter, Class serviceInterface)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageInvocationHandler

public MessageInvocationHandler(MessageTransmitter messageTransmitter,
                                Class serviceInterface)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2012. All Rights Reserved.