public class CallMessage extends WampMessage
Client-to-Server message
EMPTY_OBJECT| Constructor and Description |
|---|
CallMessage(com.fasterxml.jackson.core.JsonParser jp) |
CallMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession) |
CallMessage(String callID,
String procURI,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getArguments() |
String |
getCallID() |
String |
getDestination() |
String |
getProcURI() |
String |
toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) |
String |
toString() |
fromJson, fromJson, fromJson, getHeader, getHeaders, getPayload, getPrincipal, getType, getWampSession, getWebSocketSessionId, replacePrefix, setDestinationTemplateVariables, setHeader, setWebSocketSessionIdpublic CallMessage(com.fasterxml.jackson.core.JsonParser jp)
throws IOException
IOExceptionpublic CallMessage(com.fasterxml.jackson.core.JsonParser jp,
WampSession wampSession)
throws IOException
IOExceptionpublic String getCallID()
public String getProcURI()
public String getDestination()
getDestination in class WampMessagepublic String toJson(com.fasterxml.jackson.core.JsonFactory jsonFactory) throws IOException
toJson in class WampMessageIOExceptionCopyright © 2014–2017. All rights reserved.