| Class | Description |
|---|---|
| AbstractJsonpOutInterceptor | |
| JsonpInInterceptor |
Sets a callback key in the message exchange for HTTP requests containing the '_jsonp' parameter in the
querystring.
|
| JsonpJaxrsWriterInterceptor |
Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
|
| JsonpPostStreamInterceptor |
Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
|
| JsonpPreStreamInterceptor |
Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
|
Apache CXF