|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLMessage
XMLMessage
is the base interface for all messages in the XML
format.
Method Summary | |
---|---|
org.w3c.dom.Document |
getRequestDocument(XBUSSystem system)
Returns the request XML data as a org.w3c.dom.Document . |
org.w3c.dom.Document |
getResponseDocument()
Returns the response XML data as a org.w3c.dom.Document . |
void |
setRequestDocument(org.w3c.dom.Document doc,
XBUSSystem source)
Sets the request XML data as a org.w3c.dom.Document . |
void |
setResponseDocument(org.w3c.dom.Document doc,
XBUSSystem destination)
Sets the response XML data as a org.w3c.dom.Document . |
Method Detail |
---|
org.w3c.dom.Document getRequestDocument(XBUSSystem system)
org.w3c.dom.Document
.
system
- reference to the system for which the message is meant
void setRequestDocument(org.w3c.dom.Document doc, XBUSSystem source) throws XException
org.w3c.dom.Document
.
doc
- the content of the requestsource
- system where the request is coming from
XException
org.w3c.dom.Document getResponseDocument()
org.w3c.dom.Document
.
void setResponseDocument(org.w3c.dom.Document doc, XBUSSystem destination) throws XException
org.w3c.dom.Document
.
doc
- the content of the responsedestination
- system where the response is coming from
XException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |