Class interceptorClass = f.constructInterceptorClass(is, Collections.EMPTY_LIST);
Constructor c = interceptorClass.getConstructors()[0];
Object interceptor = c.newInstance(new Object[] { is.getServiceLog(), is.peek() });
is.push(interceptor);
Runnable ri = (Runnable) is.peek();
verifyControls();