Class XmlDataExporterUtil
java.lang.Object
org.apache.activemq.artemis.cli.commands.tools.xml.XmlDataExporterUtil
Common utility methods to help with XML message conversion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertProperty(Object value) protected static Stringencode(byte[] data) static StringencodeMessageBodyBase64(Message message) Base64 encode a ServerMessage body into the proper XML formatstatic StringgetMessagePrettyType(byte rawType) static StringgetPropertyType(Object value)
-
Constructor Details
-
XmlDataExporterUtil
public XmlDataExporterUtil()
-
-
Method Details
-
convertProperty
-
getPropertyType
-
getMessagePrettyType
-
encodeMessageBodyBase64
-
encode
-