C J O 

C

createDelegatorProxy(ClassLoader, ObjectProvider<?>, Class<?>...) - Method in class org.apache.commons.proxy2.jdk.JdkProxyFactory
Creates a proxy2 which delegates to the object provided by delegateProvider.
createInterceptorProxy(ClassLoader, Object, Interceptor, Class<?>...) - Method in class org.apache.commons.proxy2.jdk.JdkProxyFactory
Creates a proxy2 which passes through a interceptor before eventually reaching the target object.
createInvokerProxy(ClassLoader, Invoker, Class<?>...) - Method in class org.apache.commons.proxy2.jdk.JdkProxyFactory
Creates a proxy2 which uses the provided Invoker to handle all method invocations.

J

JdkProxyFactory - Class in org.apache.commons.proxy2.jdk
ProxyFactory implementation that uses Proxy proxies.
JdkProxyFactory() - Constructor for class org.apache.commons.proxy2.jdk.JdkProxyFactory
 

O

org.apache.commons.proxy2.jdk - package org.apache.commons.proxy2.jdk
 
C J O 

Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.