|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.messaging.interceptors.HeaderInInterceptor
Inbound interceptor in charge of retrieving an header.
Constructor Summary | |
HeaderInInterceptor(MsgInInterceptor aPrev,
Object aHeader)
Creates an inbound Msgs interceptor popping messages from aPrev and retrieving the header identified by aHeader. |
Method Summary | |
Object |
getHeader()
Gets the current header value. |
Msg |
pop()
Pops a Msg from the previous inbound Msg interceptor and retrieves a specific header. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HeaderInInterceptor(MsgInInterceptor aPrev, Object aHeader)
aPrev
- Inbound Msgs interceptor to pop from.aHeader
- Identifier of the header to be retrieved.Method Detail |
public Msg pop()
pop
in interface MsgInInterceptor
public Object getHeader()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |