public class DebugMsgUtil extends Object
| Constructor and Description |
|---|
DebugMsgUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommandDTO |
buildCommandDTO(String json)
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 json)
json - msg String.Copyright © 2018 WSO2. All rights reserved.