org.eclipse.ecf.examples.remoteservices.hello.impl
Class Hello

java.lang.Object
  extended by org.eclipse.ecf.examples.remoteservices.hello.impl.Hello
All Implemented Interfaces:
IHello

public class Hello
extends java.lang.Object
implements IHello


Constructor Summary
Hello()
           
 
Method Summary
 java.lang.String hello(java.lang.String from)
           
 java.lang.String helloMessage(HelloMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello

public Hello()
Method Detail

hello

public java.lang.String hello(java.lang.String from)
Specified by:
hello in interface IHello
Since:
2.0

helloMessage

public java.lang.String helloMessage(HelloMessage message)
Specified by:
helloMessage in interface IHello
Since:
3.0