org.directwebremoting.util
Class MethodMatchingProxyFactory

java.lang.Object
  extended by org.directwebremoting.util.MethodMatchingProxyFactory

public class MethodMatchingProxyFactory
extends java.lang.Object

A proxy generator that allows mapping a backing class to an interface it doesn't implement as long as method signatures match.

Author:
Mike Wilson

Constructor Summary
MethodMatchingProxyFactory()
           
 
Method Summary
static
<T> T
createProxy(java.lang.Class<T> interfaceClass, java.lang.Class<?> backingClass, java.lang.Object... constructorArgs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodMatchingProxyFactory

public MethodMatchingProxyFactory()
Method Detail

createProxy

public static <T> T createProxy(java.lang.Class<T> interfaceClass,
                                java.lang.Class<?> backingClass,
                                java.lang.Object... constructorArgs)

Copyright ยจ 2008