| java.lang.Object net.sf.hajdbc.util.reflect.ProxyFactory
ProxyFactory | final public class ProxyFactory (Code) | | author: Paul Ferraro |
Method Summary | |
public static T | createProxy(Class<T> targetInterface, InvocationHandler handler) Helper method to simplify creation and casting of a proxy instance for a single interface. |
createProxy | public static T createProxy(Class<T> targetInterface, InvocationHandler handler)(Code) | | Helper method to simplify creation and casting of a proxy instance for a single interface.
< Parameters: T - > target interface Parameters: targetInterface - interface to proxy Parameters: handler - an invocation handler a proxy instance for the given target interface |
|
|