Class HelloHandler

java.lang.Object
  |
  +--HelloHandler

public class HelloHandler
extends java.lang.Object

HelloHandler is a simple handler that can be registered with an XML-RPC server.

Version:
1.0

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

HelloHandler

public HelloHandler()
Method Detail

sayHello

public java.lang.String sayHello(java.lang.String name)

This will take in a String and return a hello message to the user indicated.

Parameters:
name - String name of person to say Hello to.
Returns:
String - hello message.