public static class Echoing.EchoingBuild<T> extends Object
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.Copyright © 2005–2017 Codehaus. All rights reserved.