public class CallResultMessage extends WampMessage
Server-to-Client message
EMPTY_OBJECT| Constructor and Description |
|---|
CallResultMessage(CallMessage callMessage,
Object result) |
CallResultMessage(com.fasterxml.jackson.core.JsonParser jp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallID() |
Object |
getResult() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
fromJson, fromJson, fromJson, getDestination, getHeader, getHeaders, getPayload, getPrincipal, getType, getWampSession, getWebSocketSessionId, replacePrefix, setDestinationTemplateVariables, setHeader, setWebSocketSessionIdpublic CallResultMessage(CallMessage callMessage, Object result)
public 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–2017. All rights reserved.