helloworld
Interface AsynchTranslatorService

All Known Implementing Classes:
AsynchTranslatorComponent

public interface AsynchTranslatorService

This is the business (service) interface of the AsynchTranslator service.


Method Summary
 void getGreetings(java.lang.String name)
          This method takes a String name from the client and calls the clients callback method.
 

Method Detail

getGreetings

void getGreetings(java.lang.String name)
This method takes a String name from the client and calls the clients callback method. The @OneWay annotation indicates that the forward call is non-blocking.

Parameters:
String - name