Class MessageInfo
- java.lang.Object
-
- org.wso2.carbon.message.processor.service.MessageInfo
-
public class MessageInfo extends Object
Message info instance carries Message information that needed to be viewed at the front End
-
-
Constructor Summary
Constructors Constructor Description MessageInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageId()
String
getSoapXml()
void
setMessageId(String messageId)
void
setSoapXml(String soapXml)
-