|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseFilter
Interface implemented by filters invoked at the Post
extension point. Filters implementing this interface MUST be
annotated with Provider.
As part of the client API, these filters are executed after the HTTP invocation returns. As part of the server API, these filters are executed after the resource method returns.
| Method Summary | |
|---|---|
void |
postFilter(FilterContext context)
Filter method called at the Post extension point. |
| Method Detail |
|---|
void postFilter(FilterContext context)
throws java.io.IOException
BindingPriority).
context - invocation context
java.io.IOException - if an I/O exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||