public class ClassLoaderAdapterCallback extends Object implements javassist.util.proxy.MethodHandler
| Constructor and Description |
|---|
ClassLoaderAdapterCallback(ClassLoader callingLoader,
ClassLoader delegateLoader,
Object delegate) |
public ClassLoaderAdapterCallback(ClassLoader callingLoader, ClassLoader delegateLoader, Object delegate)
public Object invoke(Object obj, Method thisMethod, Method proceed, Object[] args) throws Throwable
invoke in interface javassist.util.proxy.MethodHandlerThrowablepublic static <T> T enhance(ClassLoader callingLoader, ClassLoader delegateLoader, Object delegate, Class<?>... types)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.