Uses of Interface
org.apache.geronimo.messaging.interceptors.MsgInInterceptor

Packages that use MsgInInterceptor
org.apache.geronimo.messaging.interceptors   
 

Uses of MsgInInterceptor in org.apache.geronimo.messaging.interceptors
 

Subinterfaces of MsgInInterceptor in org.apache.geronimo.messaging.interceptors
 interface MsgTransformer
          An interface allowing various implementations to transform Msgs.
 

Classes in org.apache.geronimo.messaging.interceptors that implement MsgInInterceptor
 class HeaderInInterceptor
          Inbound interceptor in charge of retrieving an header.
 class QueueInInterceptor
          Used to pop Msgs from a MsgQueue.
 class StreamInInterceptor
          Allows popping Msgs from an InputStream.
 

Constructors in org.apache.geronimo.messaging.interceptors with parameters of type MsgInInterceptor
HeaderInInterceptor(MsgInInterceptor aPrev, Object aHeader)
          Creates an inbound Msgs interceptor popping messages from aPrev and retrieving the header identified by aHeader.
 



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