public abstract class AbstractRPCMethodCallback extends Object implements MessageCallback
Modifier and Type | Field and Description |
---|---|
protected MessageBus |
bus |
protected Method |
method |
protected ServiceInstanceProvider |
serviceProvider |
protected Class[] |
targetTypes |
Modifier | Constructor and Description |
---|---|
protected |
AbstractRPCMethodCallback(ServiceInstanceProvider genericSvc,
Method method,
MessageBus bus) |
Modifier and Type | Method and Description |
---|---|
Object |
invokeMethodFromMessage(Message message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
callback
protected final ServiceInstanceProvider serviceProvider
protected final Class[] targetTypes
protected final Method method
protected final MessageBus bus
protected AbstractRPCMethodCallback(ServiceInstanceProvider genericSvc, Method method, MessageBus bus)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.