public class EchoImpl extends AbstractEcho implements DuplicateEcho, Serializable
| Constructor and Description |
|---|
EchoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
echo() |
boolean |
echoBack(boolean b) |
int |
echoBack(int i) |
String |
echoBack(String[] messages) |
String |
echoBack(String[][] messages) |
String |
echoBack(String[][][] messages) |
String |
echoBack(String message1,
String message2) |
void |
illegalArgument() |
void |
ioException() |
echoBackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitechoBackpublic EchoImpl()
public void illegalArgument()
illegalArgument in interface Echopublic void ioException() throws IOException
ioException in interface EchoIOExceptionCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.