@Path(value="async/messaging/blocking") public class BlockingPostChatResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
POST_NOTIFICATION_RESPONSE |
| Constructor and Description |
|---|
BlockingPostChatResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
pickUpMessage(AsyncResponse ar,
String messageId) |
void |
postMessage(AsyncResponse ar,
String message) |
public static final String POST_NOTIFICATION_RESPONSE
public void pickUpMessage(@Suspended AsyncResponse ar, String messageId)
public void postMessage(@Suspended AsyncResponse ar, String message)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.