public class TextMessageWrapper extends MessageWrapper
| Modifier and Type | Field and Description |
|---|---|
String |
messageContent |
| Constructor and Description |
|---|
TextMessageWrapper(String messageType,
String messageContent,
com.eviware.soapui.support.types.StringToStringMap messageProperties) |
TextMessageWrapper(javax.jms.TextMessage message,
com.eviware.soapui.support.types.StringToStringMap messageProperties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageContent() |
getMessageProperties, getMessageTypepublic String messageContent
public TextMessageWrapper(String messageType, String messageContent, com.eviware.soapui.support.types.StringToStringMap messageProperties)
public TextMessageWrapper(javax.jms.TextMessage message,
com.eviware.soapui.support.types.StringToStringMap messageProperties)
throws javax.jms.JMSException
javax.jms.JMSExceptionpublic String getMessageContent()
Copyright © 2019. All rights reserved.