|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
Represents a request, response, or exception flowing through a wire
Method Summary | |
---|---|
Object |
getBody()
Returns the body of the message, which will be the payload or parameters associated with the wire |
MessageChannel |
getCallbackChannel()
Returns the callback channel |
Message |
getRelatedCallbackMessage()
|
TargetInvoker |
getTargetInvoker()
Sets the target invoker to dispatch to when the message passes through the request side of the invocation chain |
void |
setBody(Object body)
Sets the body of the message. |
void |
setTargetInvoker(TargetInvoker invoker)
Sets the target invoker to dispatch to when the message passes through the request side of the invocation chain |
Method Detail |
---|
Object getBody()
void setBody(Object body)
void setTargetInvoker(TargetInvoker invoker)
TargetInvoker getTargetInvoker()
MessageChannel getCallbackChannel()
Message getRelatedCallbackMessage()
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |