com.thoughtworks.proxy.toys.dispatch
Class Dispatching.DispatchingBuild<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.dispatch.Dispatching.DispatchingBuild<T>
Enclosing class:
Dispatching<T>

public static class Dispatching.DispatchingBuild<T>
extends Object


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

Method Detail

build

public T build()
Create a dispatching proxy of given types for the given objects using the StandardProxyFactory

Returns:
the created proxy
Since:
1.0

build

public T build(ProxyFactory factory)
Create a dispatching proxy of given types for the given objects using a special ProxyFactory.

Parameters:
factory - the ProxyFactory to use
Returns:
the created proxy
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.