@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, WebApplicationException
request
- Failure
WebApplicationException
Copyright © 2021 JBoss by Red Hat. All rights reserved.