Package org.apache.geronimo.messaging.interceptors

Interface Summary
MsgInInterceptor Inbound Msg interceptor.
MsgOutInterceptor Outbound Msg interceptor.
MsgTransformer An interface allowing various implementations to transform Msgs.
ThrowableTrapOutInterceptor.ThrowableTrapHandler When a Msg is not successfully (a Throwable is thrown) pushed to the filtered Msg output, ThrowableTrapOutInterceptor notifies this instance.
 

Class Summary
HeaderInInterceptor Inbound interceptor in charge of retrieving an header.
HeaderOutInterceptor Counterpart of HeaderInInterceptor.
MsgOutDispatcher Dispatches Msgs to Msg output based on their headers.
MsgQueue A named queue.
QueueInInterceptor Used to pop Msgs from a MsgQueue.
QueueOutInterceptor Used to push Msgs to a MsgQueue.
StreamInInterceptor Allows popping Msgs from an InputStream.
StreamOutInterceptor Counterpart of StreamInInterceptor.
ThrowableTrapOutInterceptor Throwables trap.
 

Exception Summary
MsgInterceptorStoppedException Exception thrown when a Msg interceptor chain is stopped.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.