MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / getText

Method getText

java/jms/src/org/opendds/jms/TextMessageImpl.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public String getText() throws JMSException {
40 return payload.theBody.theTextBody();
41 }
42
43 protected void doClearBody() {
44 initTextBody();

Callers 8

testSetAndGetTextMethod · 0.95
testClearBodyMethod · 0.95
replyToScenarioMethod · 0.45
onMessageMethod · 0.45
localMessageMethod · 0.45

Calls

no outgoing calls

Tested by 8

testSetAndGetTextMethod · 0.76
testClearBodyMethod · 0.76
replyToScenarioMethod · 0.36
onMessageMethod · 0.36
localMessageMethod · 0.36