Tuscany Core

Package org.apache.tuscany.core.wire.impl

Class Summary
InvokerInterceptor Serves as a tail interceptor on a target wire chain.
MessageChannelImpl A channel comprising an ordered collection of message handlers.
MessageDispatcher A message handler that dispatches the message through an interceptor stack and the uses the response channel to return the wire result.
NullWireFactory Returns an actual implementation instance as opposed to a proxy.
OneWayInterceptor An interceptor that sends the wire Message down its request channel and does not expect a response.
RequestResponseInterceptor An interceptor that first sends a message down its request channel then extracts the response from the message and sends it down the response channel before returning it up the interceptor stack.
 


Tuscany Core

-