org.apache.commons.proxy.util
Class AbstractEcho

java.lang.Object
  extended by org.apache.commons.proxy.util.AbstractEcho
All Implemented Interfaces:
Serializable, Echo
Direct Known Subclasses:
EchoImpl

public abstract class AbstractEcho
extends Object
implements Echo, Serializable

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

Constructor Summary
AbstractEcho()
           
 
Method Summary
 String echoBack(String message)
           
 
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.Echo
echo, echoBack, echoBack, echoBack, echoBack, illegalArgument, ioException
 

Constructor Detail

AbstractEcho

public AbstractEcho()
Method Detail

echoBack

public String echoBack(String message)
Specified by:
echoBack in interface Echo


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