public class InterceptorInvoker
extends Object
Handles invocation of interceptors. Has specific knowledge of how to
invoke IOR, ClientRequest, and ServerRequest interceptors.
Makes use of the InterceptorList to retrieve the list of interceptors to
be invoked. Most methods in this class are package scope so that they
may only be called from the PIHandlerImpl.