Class GenericProxy

java.lang.Object
ortus.boxlang.runtime.interop.proxies.BaseProxy
ortus.boxlang.runtime.interop.proxies.GenericProxy
All Implemented Interfaces:
InvocationHandler

public class GenericProxy extends BaseProxy implements InvocationHandler
A generic proxy allows you to wrap any object and call any method on it from Java/BoxLang