|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.proxy.toys.dispatch.Dispatching
public class Dispatching
Proxy factory for dispatching proxy instances.
com.thoughtworks.proxy.toys.dispatch
Method Summary | |
---|---|
static Object |
object(Class[] types,
Object[] delegates)
Create a dispatching proxy of given types for the given objects. |
static Object |
object(Class[] types,
Object[] delegates,
ProxyFactory factory)
Create a dispatching proxy of given types for the given objects using a special ProxyFactory implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Object object(Class[] types, Object[] delegates)
types
- the types of the proxydelegates
- the objects, that will receive the calls
public static Object object(Class[] types, Object[] delegates, ProxyFactory factory)
types
- the types of the proxydelegates
- the objects, that will receive the callsfactory
- the ProxyFactory
to use
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |