org.apache.geronimo.messaging.interceptors
Interface MsgInInterceptor

All Known Subinterfaces:
MsgTransformer
All Known Implementing Classes:
HeaderInInterceptor, QueueInInterceptor, StreamInInterceptor

public interface MsgInInterceptor

Inbound Msg interceptor. It allows to pop Msgs from a Msg source, which can be various thing: a queue, an InputStream, another inbound Msg interceptor et cetera.
It is also in charge of adding various specificities popped Msgs.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:40 $

Method Summary
 Msg pop()
          Pops a Msg from the underlying Msg source.
 

Method Detail

pop

public Msg pop()
Pops a Msg from the underlying Msg source.

Returns:
Msg.


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