|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextMessage
TextMessage
is the interface for all Messages
which deals with textual messages, for example XML.
Method Summary | |
---|---|
java.lang.String |
getRequestText(XBUSSystem system)
Gets the text from an incomimg message. |
java.lang.String |
getResponseText()
Gets the text of the outgoing message. |
void |
setRequestText(java.lang.String text,
XBUSSystem source)
Sets the text of the incoming message. |
void |
setResponseText(java.lang.String text,
XBUSSystem destination)
Sets the text of the outgoing message. |
Method Detail |
---|
void setRequestText(java.lang.String text, XBUSSystem source) throws XException
text
- the content of the requestsource
- system where the request is coming from
XException
void setResponseText(java.lang.String text, XBUSSystem destination) throws XException
text
- the content of the responsedestination
- system where the response is coming from
XException
java.lang.String getRequestText(XBUSSystem system) throws XException
system
- reference to the system for which the message is meant
XException
java.lang.String getResponseText() throws XException
XException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |