public class ReflectiveHandlerInvocation extends AbstractHandlerInvocation implements IHandlerInvocation
| Constructor and Description |
|---|
ReflectiveHandlerInvocation(MessagingContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Method handler,
Object listener,
Object message)
Invoke the message delivery logic of this handler invocation
|
getContext, handlePublicationError, invokeHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextpublic ReflectiveHandlerInvocation(MessagingContext context)
public void invoke(Method handler, Object listener, Object message)
IHandlerInvocationinvoke in interface IHandlerInvocationhandler - The method that represents the actual message handler logic of the listenerlistener - The listener that will receive the messagemessage - The message to be delivered to the listenerCopyright © 2013. All Rights Reserved.