public class PassThroughInterceptor extends Object implements ProxyConfiguration.Interceptor
| Constructor and Description |
|---|
PassThroughInterceptor(String proxiedClassName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(Object instance,
Method method,
Object[] arguments)
Intercepts a method call to a proxy.
|
public PassThroughInterceptor(String proxiedClassName)
public Object intercept(Object instance, Method method, Object[] arguments) throws Exception
ProxyConfiguration.Interceptorintercept in interface ProxyConfiguration.Interceptorinstance - The proxied instance.method - The invoked method.arguments - The intercepted method arguments.ExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.