|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.proxy.toys.multicast.Multicasting.MulticastingBuild<T>
public static class Multicasting.MulticastingBuild<T>
| Method Summary | |
|---|---|
T |
build()
|
T |
build(ProxyFactory factory)
Generate a proxy for the specified types calling the methods on the given targets using the StandardProxyFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public T build()
public T build(ProxyFactory factory)
StandardProxyFactory.
Note, that the method will only return a proxy if necessary. If there is only one target instance and this instance implements all of the specified types, then there is no point in creating a proxy.
factory - the factory used to generate the proxy
Multicast or the only target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||