@Intercepts(after=ParametersInstantiatorInterceptor.class, before={}) public class ExecuteMethodInterceptor extends java.lang.Object implements Interceptor
Constructor and Description |
---|
ExecuteMethodInterceptor(MethodInfo info,
Validator validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(ResourceMethod method) |
void |
intercept(InterceptorStack stack,
ResourceMethod method,
java.lang.Object resourceInstance) |
public ExecuteMethodInterceptor(MethodInfo info, Validator validator)
public void intercept(InterceptorStack stack, ResourceMethod method, java.lang.Object resourceInstance) throws InterceptionException
intercept
in interface Interceptor
InterceptionException
public boolean accepts(ResourceMethod method)
accepts
in interface Interceptor
Copyright © 2013 Caelum. All Rights Reserved.