org.oddjob.beanbus.mega
Class CollectionProxyGenerator<E>

java.lang.Object
  extended by org.oddjob.framework.ProxyGenerator<Collection<E>>
      extended by org.oddjob.beanbus.mega.CollectionProxyGenerator<E>

public class CollectionProxyGenerator<E>
extends ProxyGenerator<Collection<E>>

Generate a Proxy for a collection.

Author:
rob

Constructor Summary
CollectionProxyGenerator()
           
 
Method Summary
 Object generate(Collection<E> collection, ClassLoader classLoader)
          Generate the collection.
 
Methods inherited from class org.oddjob.framework.ProxyGenerator
generate, interfacesFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionProxyGenerator

public CollectionProxyGenerator()
Method Detail

generate

public Object generate(Collection<E> collection,
                       ClassLoader classLoader)
Generate the collection.

Parameters:
collection -
classLoader -
Returns:
The collection.