|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface OutputStreamInterceptor
Provides the ability to intercept the output stream for an outbound message.
| Method Summary | |
|---|---|
OutputStream |
intercept(OutputStream outputStream)
Allows the interceptor to hook into the output stream. |
void |
outputComplete()
Notifies the interceptor that output is complete. |
void |
setMessageContext(OutContext ctx)
Sets the outbound message context for the interceptor to store data in. |
| Method Detail |
|---|
void setMessageContext(OutContext ctx)
ctx - outbound message contextvoid outputComplete()
OutputStream intercept(OutputStream outputStream)
outputStream - the input stream of the message from the processor
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||