public class InterceptorImpl extends Object implements Interceptor
Constructor and Description |
---|
InterceptorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
postInvoke(CallStack callStack) |
void |
preInvoke(CallStack callStack) |
public void preInvoke(CallStack callStack)
preInvoke
in interface Interceptor
public void postInvoke(CallStack callStack)
postInvoke
in interface Interceptor
Copyright © 2019. All rights reserved.