|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectMessage
ObjectMessage
is the interface for all Messages
which deals with messages that are representated as objects.
Method Summary | |
---|---|
java.lang.Object |
getRequestObject(XBUSSystem system)
Gets the object from an incomimg message. |
java.lang.Object |
getResponseObject()
Gets the object of the outgoing message. |
void |
setRequestObject(java.lang.Object obj,
XBUSSystem source)
Sets the object from an incomimg message. |
void |
setResponseObject(java.lang.Object obj,
XBUSSystem destination)
Sets the object of the outgoing message. |
Method Detail |
---|
void setRequestObject(java.lang.Object obj, XBUSSystem source) throws XException
obj
- the content of the requestsource
- system where the request is coming from
XException
void setResponseObject(java.lang.Object obj, XBUSSystem destination) throws XException
obj
- the content of the responsedestination
- system where the response is coming from
XException
java.lang.Object getRequestObject(XBUSSystem system) throws XException
system
- reference to the system for which the message is meant
XException
java.lang.Object getResponseObject() throws XException
XException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |