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

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.FinalMethodEcho
All Implemented Interfaces:
Serializable, DuplicateEcho, Echo
Enclosing class:
AbstractSubclassingProxyFactoryTestCase

public static class AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho
extends EchoImpl

See Also:
Serialized Form

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

Constructor Detail

AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho

public AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho()
Method Detail

echoBack

public final String echoBack(String message)
Specified by:
echoBack in interface DuplicateEcho
Specified by:
echoBack in interface Echo
Overrides:
echoBack in class AbstractEcho


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