Searched refs:OUTER_FIELD_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
66 private static final String OUTER_FIELD_PAYLOAD = "pairing_msg"; field in XmlMessageBuilder139 payload = outerMessage.getJSONObject(OUTER_FIELD_PAYLOAD); in outerXMLToPoloMessage()420 out.append("<" + OUTER_FIELD_PAYLOAD + ">\n"); in getOuterXML()445 out.append("</" + OUTER_FIELD_PAYLOAD + ">\n"); in getOuterXML()
68 private static final String OUTER_FIELD_PAYLOAD = "payload"; field in JsonMessageBuilder123 payload = outerMessage.getJSONObject(OUTER_FIELD_PAYLOAD); in outerJsonToPoloMessage()376 out.put(OUTER_FIELD_PAYLOAD, innerJson); in getOuterJson()