Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testNewlyCreatedTextMessage
Method · 0.95
testSetAndGetText
Method · 0.95
testClearBody
Method · 0.95
testSetTextInNotWritableState
Method · 0.95
testClearBodyInNotWritableState
Method · 0.95
replyToScenario
Method · 0.45
onMessage
Method · 0.45
localMessage
Method · 0.45
Calls
no outgoing calls
Tested by
8
testNewlyCreatedTextMessage
Method · 0.76
testSetAndGetText
Method · 0.76
testClearBody
Method · 0.76
testSetTextInNotWritableState
Method · 0.76
testClearBodyInNotWritableState
Method · 0.76
replyToScenario
Method · 0.36
onMessage
Method · 0.36
localMessage
Method · 0.36