javax.jms.Message, javax.jms.TextMessagepublic interface XMLMessage
WLSession.createXMLMessage(), 
WLSession.createXMLMessage(String), 
WLSession.createXMLMessage(Document), 
TextMessage| Modifier and Type | Method | Description | 
|---|---|---|
| org.w3c.dom.Document | getDocument() | Return reference to DOM document for this XML message. | 
| void | setDocument(org.w3c.dom.Document document) | Set the content of the message to the given DOM document. | 
void setDocument(org.w3c.dom.Document document)
          throws javax.jms.JMSException
document - javax.jms.JMSException - If the document cannot be serializedorg.w3c.dom.Document getDocument()
                          throws javax.jms.JMSException
javax.jms.JMSException