|
Tuscany Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in org.apache.tuscany.core.async.invocation |
---|
Methods in org.apache.tuscany.core.async.invocation that return Message | |
---|---|
Message |
AsyncInterceptor.invoke(Message message)
|
Methods in org.apache.tuscany.core.async.invocation with parameters of type Message | |
---|---|
Message |
AsyncInterceptor.invoke(Message message)
|
Uses of Message in org.apache.tuscany.core.extension |
---|
Methods in org.apache.tuscany.core.extension that return Message | |
---|---|
Message |
ComponentTargetInvoker.invoke(Message msg)
|
Message |
ExternalServiceTargetInvoker.invoke(Message msg)
|
Methods in org.apache.tuscany.core.extension with parameters of type Message | |
---|---|
Message |
ComponentTargetInvoker.invoke(Message msg)
|
Message |
ExternalServiceTargetInvoker.invoke(Message msg)
|
Uses of Message in org.apache.tuscany.core.message |
---|
Methods in org.apache.tuscany.core.message that return Message | |
---|---|
Message |
MessageFactory.createMessage()
Returns a new message. |
Message |
Message.getRelatedCallbackMessage()
|
Uses of Message in org.apache.tuscany.core.message.impl |
---|
Classes in org.apache.tuscany.core.message.impl that implement Message | |
---|---|
class |
MessageImpl
The default implementation of a message flowed through a wire during an invocation |
Methods in org.apache.tuscany.core.message.impl that return Message | |
---|---|
Message |
MessageFactoryImpl.createMessage()
|
Message |
MessageImpl.getRelatedCallbackMessage()
|
Methods in org.apache.tuscany.core.message.impl with parameters of type Message | |
---|---|
void |
MessageImpl.send(Message message)
|
Uses of Message in org.apache.tuscany.core.wire |
---|
Methods in org.apache.tuscany.core.wire that return Message | |
---|---|
Message |
Interceptor.invoke(Message msg)
Process a synchronous wire. |
Methods in org.apache.tuscany.core.wire with parameters of type Message | |
---|---|
Message |
Interceptor.invoke(Message msg)
Process a synchronous wire. |
boolean |
MessageHandler.processMessage(Message message)
Process a message. |
void |
MessageChannel.send(Message message)
Sends a message |
Uses of Message in org.apache.tuscany.core.wire.impl |
---|
Methods in org.apache.tuscany.core.wire.impl that return Message | |
---|---|
Message |
RequestResponseInterceptor.invoke(Message requestMessage)
|
Message |
InvokerInterceptor.invoke(Message msg)
|
Message |
OneWayInterceptor.invoke(Message message)
|
Methods in org.apache.tuscany.core.wire.impl with parameters of type Message | |
---|---|
Message |
RequestResponseInterceptor.invoke(Message requestMessage)
|
Message |
InvokerInterceptor.invoke(Message msg)
|
Message |
OneWayInterceptor.invoke(Message message)
|
boolean |
MessageDispatcher.processMessage(Message msg)
|
void |
MessageChannelImpl.send(Message msg)
Send a message down the channel. |
|
Tuscany Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |