org.apache.commons.proxy.util
Interface DuplicateEcho

All Known Implementing Classes:
AbstractSubclassingProxyFactoryTestCase.FinalEcho, AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho, AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho, AbstractSubclassingProxyFactoryTestCase.ProtectedConstructorEcho, EchoImpl, TestExecutorInterceptor.ExecutedEcho

public interface DuplicateEcho

Since:
1.0
Author:
James Carman

Method Summary
 String echoBack(String message)
           
 

Method Detail

echoBack

String echoBack(String message)


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