org.jboss.example.jaxrs2.async
Class ChatSpeaker

java.lang.Object
  extended by org.jboss.example.jaxrs2.async.ChatSpeaker

@Path(value="/speaker")
public class ChatSpeaker
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ChatSpeaker(List<AsyncResponse> listeners)
           
 
Method Summary
 void speak(String speech)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatSpeaker

public ChatSpeaker(List<AsyncResponse> listeners)
Method Detail

speak

public void speak(String speech)


Copyright © 2012. All Rights Reserved.