public class XMLMessageHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
marshal(ASIMessage asiMessage)
DOCUMENT ME!
|
static ASIMessage |
unmarshal(java.lang.String xmlMessage)
Unmarshal the XML representation into an ASIMessage.
|
public static java.lang.String marshal(ASIMessage asiMessage)
throws java.lang.Exception
asiMessage - DOCUMENT ME!java.lang.Exception - DOCUMENT ME!public static ASIMessage unmarshal(java.lang.String xmlMessage)
throws java.lang.Exception
xmlMessage - The XML description.java.lang.Exception - If unmarshaling fails.