public class DebugMsgUtil extends Object
Constructor and Description |
---|
DebugMsgUtil() |
Modifier and Type | Method and Description |
---|---|
static CommandDTO |
buildCommandDTO(String jsonStr)
Method to build CommandDTO instance with given json msg.
|
static String |
getMsgString(MessageDTO msg)
Method to generate json message from the MessageDTO object instance.
|
public static String getMsgString(MessageDTO msg)
msg
- object instance.public static CommandDTO buildCommandDTO(String jsonStr)
jsonStr
- msg String.Copyright © 2018 WSO2. All rights reserved.