| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server | |
| ca.uhn.fhir.rest.server.interceptor |
| Modifier and Type | Method and Description |
|---|---|
List<IServerInterceptor> |
RestfulServer.getInterceptors()
Returns a ist of all registered server interceptors
|
List<IServerInterceptor> |
IRestfulServer.getInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.registerInterceptor(IServerInterceptor theInterceptor) |
void |
RestfulServer.setInterceptors(IServerInterceptor... theList)
Sets (or clears) the list of interceptors
|
void |
RestfulServer.unregisterInterceptor(IServerInterceptor theInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestfulServer.setInterceptors(List<IServerInterceptor> theList)
Sets (or clears) the list of interceptors
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionHandlingInterceptor |
class |
InterceptorAdapter
Base class for
IServerInterceptor implementations. |
class |
LoggingInterceptor
Server interceptor which logs each request using a defined format
|
class |
RequestValidatingInterceptor
This interceptor intercepts each incoming request and if it contains a FHIR resource, validates that resource.
|
class |
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.
|
class |
ResponseValidatingInterceptor
This interceptor intercepts each outgoing response and if it contains a FHIR resource, validates that resource.
|
Copyright © 2014–2016 University Health Network. All rights reserved.