@Deprecated public interface PreProcessInterceptor
The interceptor can decide to return its own response. This will result in not invoking the resource method.
| Modifier and Type | Method and Description |
|---|---|
ServerResponse |
preProcess(HttpRequest request,
ResourceMethodInvoker method)
Deprecated.
Preprocess resource method invocation
|
ServerResponse preProcess(HttpRequest request, ResourceMethodInvoker method) throws Failure, javax.ws.rs.WebApplicationException
request - Failurejavax.ws.rs.WebApplicationExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.