Uses of Class
org.eclipse.ecf.examples.remoteservices.hello.HelloMessage

Packages that use HelloMessage
org.eclipse.ecf.examples.remoteservices.hello   
org.eclipse.ecf.examples.remoteservices.hello.impl   
 

Uses of HelloMessage in org.eclipse.ecf.examples.remoteservices.hello
 

Methods in org.eclipse.ecf.examples.remoteservices.hello with parameters of type HelloMessage
 java.lang.String IHello.helloMessage(HelloMessage message)
           
 org.eclipse.equinox.concurrent.future.IFuture IHelloAsync.helloMessageAsync(HelloMessage message)
           
 void IHelloAsync.helloMessageAsync(HelloMessage message, IAsyncCallback<java.lang.String> callback)
           
 

Uses of HelloMessage in org.eclipse.ecf.examples.remoteservices.hello.impl
 

Methods in org.eclipse.ecf.examples.remoteservices.hello.impl with parameters of type HelloMessage
 java.lang.String Hello.helloMessage(HelloMessage message)