org.apache.commons.proxy.factory
Class AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho
java.lang.Object
org.apache.commons.proxy.util.AbstractEcho
org.apache.commons.proxy.util.EchoImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho
public AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho()
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-2011 Apache Software Foundation. All Rights Reserved.