org.apache.commons.proxy.util
Class EchoImpl

java.lang.Object
  extended by org.apache.commons.proxy.util.AbstractEcho
      extended by org.apache.commons.proxy.util.EchoImpl
All Implemented Interfaces:
Serializable, DuplicateEcho, Echo
Direct Known Subclasses:
AbstractSubclassingProxyFactoryTestCase.FinalEcho, AbstractSubclassingProxyFactoryTestCase.FinalMethodEcho, AbstractSubclassingProxyFactoryTestCase.NoDefaultConstructorEcho, AbstractSubclassingProxyFactoryTestCase.ProtectedConstructorEcho, TestExecutorInterceptor.ExecutedEcho

public class EchoImpl
extends AbstractEcho
implements DuplicateEcho, Serializable

Since:
1.0
Author:
James Carman
See Also:
Serialized Form

Constructor Summary
EchoImpl()
           
 
Method Summary
 void echo()
           
 boolean echoBack(boolean b)
           
 int echoBack(int i)
           
 String echoBack(String[] messages)
           
 String echoBack(String message1, String message2)
           
 void illegalArgument()
           
 void 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

EchoImpl

public EchoImpl()
Method Detail

echoBack

public boolean echoBack(boolean b)
Specified by:
echoBack in interface Echo

echoBack

public String echoBack(String message1,
                       String message2)
Specified by:
echoBack in interface Echo

echoBack

public String echoBack(String[] messages)
Specified by:
echoBack in interface Echo

echoBack

public int echoBack(int i)
Specified by:
echoBack in interface Echo

echo

public void echo()
Specified by:
echo in interface Echo

ioException

public void ioException()
                 throws IOException
Specified by:
ioException in interface Echo
Throws:
IOException

illegalArgument

public void illegalArgument()
Specified by:
illegalArgument in interface Echo


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