|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--HelloHandler
HelloHandler
is a simple handler that can
be registered with an XML-RPC server.
Constructor Summary | |
HelloHandler()
|
Method Summary | |
java.lang.String |
sayHello(java.lang.String name)
This will take in a String and return
a hello message to the user indicated. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public HelloHandler()
Method Detail |
public java.lang.String sayHello(java.lang.String name)
This will take in a String
and return
a hello message to the user indicated.
name
- String
name of person to say Hello to.String
- hello message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |