|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEchoService
The Echo service is used to test all of the different datatypes and to make sure that they are being returned properly.
| Method Summary | ||
|---|---|---|
Object[] |
echoArray(Object[] array)
Verifies that a Flash simple Array that is passed in returns correctly. |
|
boolean |
echoBoolean(boolean bool)
Verifies that a boolean that is passed in returns correctly. |
|
Date |
echoDate(Date date)
Verifies that a Date that is passed in returns correctly. |
|
|
echoList(List<? extends T> list)
Verifies that a Flash multi-dimensional Array that is passed in returns itself. |
|
double |
echoNumber(double num)
Verifies that a Number that is passed in returns correctly. |
|
|
echoObject(Map<? extends K,? extends V> obj)
Verifies that a Flash Object that is passed in returns correctly. |
|
String |
echoString(String string)
Verifies that a String that is passed in returns correctly. |
|
Document |
echoXML(Document xml)
Verifies that Flash XML that is passed in returns itself. |
|
void |
startUp()
Used to verify that Spring has loaded the bean. |
|
| Method Detail |
|---|
void startUp()
boolean echoBoolean(boolean bool)
bool -
double echoNumber(double num)
num -
String echoString(String string)
string -
Date echoDate(Date date)
date -
<K,V> Map<K,V> echoObject(Map<? extends K,? extends V> obj)
obj -
Object[] echoArray(Object[] array)
array -
<T> List<T> echoList(List<? extends T> list)
list -
Document echoXML(Document xml)
xml -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||