Class AbstractRequestInvocation<T>

  • All Implemented Interfaces:
    ConnectorInvocation

    public abstract class AbstractRequestInvocation<T>
    extends java.lang.Object
    implements ConnectorInvocation
    A simple invocation implementation routing a request through a chain of interceptors. Implementations must implement the invokeTarget() method in order to implement the actual request execution / target invocation.
    Author:
    Daniel Meyer