org.apache.commons.proxy.factory
Class AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho

java.lang.Object
  extended by org.apache.commons.proxy.util.AbstractEcho
      extended by org.apache.commons.proxy.util.EchoImpl
          extended by org.apache.commons.proxy.factory.AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho
All Implemented Interfaces:
Serializable, DuplicateEcho, Echo
Enclosing class:
AbstractSubclassingProxyFactoryTestCase

public static class AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho
extends EchoImpl

See Also:
Serialized Form

Constructor Summary
AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho(String param)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.proxy.util.EchoImpl
echo, echoBack, echoBack, echoBack, echoBack, illegalArgument, ioException
 
Methods inherited from class org.apache.commons.proxy.util.AbstractEcho
echoBack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.proxy.util.DuplicateEcho
echoBack
 

Constructor Detail

AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho

public AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho(String param)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.