Tuscany Core

Uses of Interface
org.apache.tuscany.core.wire.MessageChannel

Packages that use MessageChannel
org.apache.tuscany.core.message   
org.apache.tuscany.core.message.impl   
org.apache.tuscany.core.wire   
org.apache.tuscany.core.wire.impl   
 

Uses of MessageChannel in org.apache.tuscany.core.message
 

Methods in org.apache.tuscany.core.message that return MessageChannel
 MessageChannel Message.getCallbackChannel()
          Returns the callback channel
 

Uses of MessageChannel in org.apache.tuscany.core.message.impl
 

Classes in org.apache.tuscany.core.message.impl that implement MessageChannel
 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 MessageChannel
 MessageChannel MessageImpl.getCallbackChannel()
           
 

Uses of MessageChannel in org.apache.tuscany.core.wire
 

Methods in org.apache.tuscany.core.wire with parameters of type MessageChannel
 void SourceInvocationConfiguration.setTargetRequestChannel(MessageChannel channel)
          Sets the target-side request channel.
 void SourceInvocationConfiguration.setTargetResponseChannel(MessageChannel channel)
          Sets the target-side response channel.
 

Uses of MessageChannel in org.apache.tuscany.core.wire.impl
 

Classes in org.apache.tuscany.core.wire.impl that implement MessageChannel
 class MessageChannelImpl
          A channel comprising an ordered collection of message handlers.
 

Constructors in org.apache.tuscany.core.wire.impl with parameters of type MessageChannel
OneWayInterceptor(MessageChannel requestChannel)
          Construct an interceptor that sends messages down the supplied channel.
RequestResponseInterceptor(MessageChannel sourceRequestChannel, MessageChannel targetRequestChannel, MessageChannel sourceResponseChannel, MessageChannel targetResponseChannel)
          Construct an interceptor that sends messages down the supplied channels.
 


Tuscany Core

-