コード例 #1
0
 public void receiveCall(String senderId, String msgId, Message msg) throws SampException {
   receiveNotification(senderId, msg);
   connection_.reply(msgId, Response.createSuccessResponse(new HashMap()));
 }