org.errai.samples.helloworld.server
Class HelloWorldService

java.lang.Object
  extended by org.errai.samples.helloworld.server.HelloWorldService
All Implemented Interfaces:
MessageCallback

public class HelloWorldService
extends Object
implements MessageCallback


Constructor Summary
HelloWorldService(RequestDispatcher dispatcher)
           
 
Method Summary
 void callback(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldService

@Inject
public HelloWorldService(RequestDispatcher dispatcher)
Method Detail

callback

public void callback(Message message)
Specified by:
callback in interface MessageCallback


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.