public abstract class PrototypeInterceptor extends Object implements Interceptor
Constructor and Description |
---|
PrototypeInterceptor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
doIntercept(Invocation inv) |
void |
intercept(Invocation inv) |
public final void intercept(Invocation inv)
intercept
in interface Interceptor
public abstract void doIntercept(Invocation inv)
Copyright © 2018. All rights reserved.