|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputStreamInterceptor
Provides the ability to intercept the input stream for an inbound message.
Method Summary | |
---|---|
void |
inputComplete()
Notifies the interceptor that input is complete. |
InputStream |
intercept(InputStream inputStream)
Allows the interceptor to hook into the input stream. |
void |
setMessageContext(InContext ctx)
Sets the inbound message context for the interceptor to store data in. |
Method Detail |
---|
void setMessageContext(InContext ctx)
ctx
- inbound message contextInputStream intercept(InputStream inputStream)
inputStream
- the input stream of the request from the transport
void inputComplete()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |