- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
public class StatefulCallbackInvocationHandler<T>
extends AbstractCallbackInvocationHandler<T>
Responsible for dispatching to a callback service from a component implementation instance that is not composite scope. Since only one client can invoke the
instance this proxy is injected on at a time, there can only be one callback target, even if the proxy is injected on an instance variable. Consequently, the
proxy does not need to map the callback target based on the forward request.