org.apache.geronimo.messaging.interceptors
Interface MsgOutInterceptor
- All Known Subinterfaces:
- MsgTransformer
- All Known Implementing Classes:
- HeaderOutInterceptor, MsgOutDispatcher, ProtocolOutInterceptor, QueueOutInterceptor, StreamOutInterceptor, ThrowableTrapOutInterceptor
- public interface MsgOutInterceptor
Outbound Msg interceptor. It allows to push Msgs to various targets: a queue,
an OutputStream, another outbound Msg interceptor et cetera.
It is also in charge of adding various specificities to pushed Msgs.
- Version:
- $Revision: 1.1 $ $Date: 2004/05/11 12:06:40 $
Method Summary |
void |
push(Msg aMsg)
Pushes a Msg. |
push
public void push(Msg aMsg)
- Pushes a Msg.
- Parameters:
aMsg
- Msg to be pushed.
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.