| Interface | Description |
|---|---|
| IServerInterceptor |
Provides methods to intercept requests and responses.
|
| IServerOperationInterceptor | Deprecated
Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create
interceptor methods that are declared using the
Hook annotation without needing
to implement any interceptor |
| Class | Description |
|---|---|
| BanUnsupportedHttpMethodsInterceptor |
This interceptor causes the server to reject invocations for HTTP methods
other than those supported by the server with an HTTP 405.
|
| CorsInterceptor | |
| ExceptionHandlingInterceptor | |
| InterceptorAdapter |
Base class for
IServerInterceptor implementations. |
| InterceptorOrders | |
| IServerInterceptor.ActionRequestDetails | |
| LoggingInterceptor |
Server interceptor which logs each request using a defined format
|
| RequestValidatingInterceptor |
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
|
| ResponseHighlighterInterceptor |
This interceptor detects when a request is coming from a browser, and automatically returns a response with syntax
highlighted (coloured) HTML for the response instead of just returning raw XML/JSON.
|
| ResponseValidatingInterceptor |
This interceptor intercepts each outgoing response and if it contains a FHIR resource, validates that resource.
|
| ServeMediaResourceRawInterceptor |
This interceptor allows a client to request that a Media resource be
served as the raw contents of the resource, assuming either:
The client explicitly requests the correct content type using the Accept header
The client explicitly requests raw output by adding the parameter
_output=data
|
| ServerOperationInterceptorAdapter |
NOP implementation of
IServerOperationInterceptor |
| VerboseLoggingInterceptor |
This interceptor creates verbose server log entries containing the complete request and response payloads.
|
Copyright © 2014–2019 University Health Network. All rights reserved.