public interface Echo
Modifier and Type | Method and Description |
---|---|
void |
echo() |
boolean |
echoBack(boolean b) |
int |
echoBack(int i) |
String |
echoBack(String message) |
String |
echoBack(String[] messages) |
String |
echoBack(String[][] messages) |
String |
echoBack(String[][][] messages) |
String |
echoBack(String message1,
String message2) |
void |
illegalArgument() |
void |
ioException() |
void echo()
int echoBack(int i)
boolean echoBack(boolean b)
void illegalArgument()
void ioException() throws IOException
IOException
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.