public static class Delegating.DelegatingBuild<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Delegating<T> |
delegating |
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Creating a delegating proxy for an object using the
StandardProxyFactory. |
T |
build(ProxyFactory factory)
Creating a delegating proxy for an object using a special
ProxyFactory. |
protected Delegating<T> delegating
public T build()
StandardProxyFactory.public T build(ProxyFactory factory)
ProxyFactory.factory - the ProxyFactory to use.Copyright © 2005–2018 Codehaus. All rights reserved.