| Modifier | Constructor and Description |
|---|---|
private |
EchoingBuild(Echoing<T> echoing) |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Creating a delegating proxy for an object using the
StandardProxyFactory. |
T |
build(ProxyFactory proxyFactory)
Creating a delegating proxy for an object using a special
ProxyFactory. |
public T build()
StandardProxyFactory.public T build(ProxyFactory proxyFactory)
ProxyFactory.proxyFactory - the ProxyFactory to use.