public static class Dispatching.DispatchingBuild<T> extends Object
Modifier and Type | Method and Description |
---|---|
T |
build()
Create a dispatching proxy of given types for the given objects using the
StandardProxyFactory |
T |
build(ProxyFactory factory)
Create a dispatching proxy of given types for the given objects using a special
ProxyFactory . |
public T build()
StandardProxyFactory
public T build(ProxyFactory factory)
ProxyFactory
.factory
- the ProxyFactory
to useCopyright © 2005–2019 Codehaus. All rights reserved.