Apache Tuscany SCA Kernel Sub-Project

Uses of Interface
org.apache.tuscany.spi.wire.Message

Packages that use Message
org.apache.tuscany.spi.extension   
org.apache.tuscany.spi.wire   
 

Uses of Message in org.apache.tuscany.spi.extension
 

Methods in org.apache.tuscany.spi.extension that return Message
 Message TargetInvokerExtension.invoke(Message msg)
           
 

Methods in org.apache.tuscany.spi.extension with parameters of type Message
 Message TargetInvokerExtension.invoke(Message msg)
           
 

Uses of Message in org.apache.tuscany.spi.wire
 

Classes in org.apache.tuscany.spi.wire that implement Message
 class MessageImpl
          The default implementation of a message flowed through a wire during an invocation
 

Methods in org.apache.tuscany.spi.wire that return Message
 Message TargetInvoker.invoke(Message msg)
          Invokes an operation on a target with the given message
 Message Interceptor.invoke(Message msg)
          Process a synchronous wire
 

Methods in org.apache.tuscany.spi.wire with parameters of type Message
 Message TargetInvoker.invoke(Message msg)
          Invokes an operation on a target with the given message
 Message Interceptor.invoke(Message msg)
          Process a synchronous wire
 


Apache Tuscany SCA Kernel Sub-Project

-