public class CallResultMessage extends WampMessage
Server-to-Client message
| Constructor and Description |
|---|
CallResultMessage(com.fasterxml.jackson.core.JsonParser jp) |
CallResultMessage(String callID,
Object result) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallID() |
Object |
getResult() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
addHeader, fromJson, getHeader, getType, getWampSession, getWebSocketSessionIdpublic CallResultMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic String getCallID()
public Object getResult()
public String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014–2015. All rights reserved.