PassThroughProxyHandler

class PassThroughProxyHandler implements InvocationHandler

Freely adapted from .

Author:Lars Kroll

Constructors

PassThroughProxyHandler

public PassThroughProxyHandler(Object delegate)

Methods

invoke

public Object invoke(Object proxy, Method method, Object[] args)