public interface ProxyClassGenerator
ProxyFactory
implementation, an instance will
generate proxy class instances for a specific type of proxies (interceptor, invoker, etc.) and will be associated
with a corresponding ProxyClassCache
.Modifier and Type | Method and Description |
---|---|
Class<?> |
generateProxyClass(ClassLoader classLoader,
Class<?>... proxyClasses)
Generates a proxy class for the supplied
ClassLoader and proxy classes. |
Class<?> generateProxyClass(ClassLoader classLoader, Class<?>... proxyClasses)
ClassLoader
and proxy classes.classLoader
- the classloaderproxyClasses
- the proxy classesCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.