com.thoughtworks.proxy.toys.echo
Class Echoing.EchoingBuild<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.echo.Echoing.EchoingBuild<T>
Enclosing class:
Echoing<T>

public static class Echoing.EchoingBuild<T>
extends Object


Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public T build()
Creating a delegating proxy for an object using the StandardProxyFactory.

Returns:
the created proxy implementing the type
Since:
1.0

build

public T build(ProxyFactory proxyFactory)
Creating a delegating proxy for an object using a special ProxyFactory.

Parameters:
proxyFactory - the ProxyFactory to use.
Returns:
the created proxy implementing the type
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.