
Uses of Interface
ca.uhn.fhir.rest.server.interceptor.IServerInterceptor
Packages that use IServerInterceptor
-
Uses of IServerInterceptor in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return types with arguments of type IServerInterceptorModifier and TypeMethodDescriptionIRestfulServerDefaults.getInterceptors_()
Returns the list of interceptors registered against this serverRestfulServer.getInterceptors_()
Deprecated.Methods in ca.uhn.fhir.rest.server with parameters of type IServerInterceptorModifier and TypeMethodDescriptionvoid
RestfulServer.setInterceptors
(IServerInterceptor... theInterceptors) Deprecated.As of HAPI FHIR 3.8.0, useRestfulServer.getInterceptorService()
to access the interceptor service. -
Uses of IServerInterceptor in ca.uhn.fhir.rest.server.interceptor
Subinterfaces of IServerInterceptor in ca.uhn.fhir.rest.server.interceptorModifier and TypeInterfaceDescriptioninterface
Deprecated.Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using theHook
annotation without needing to implement any interceptorClasses in ca.uhn.fhir.rest.server.interceptor that implement IServerInterceptorModifier and TypeClassDescriptionclass
This interceptor causes the server to reject invocations for HTTP methods other than those supported by the server with an HTTP 405.class
class
Base class forIServerInterceptor
implementations.class
NOP implementation ofIServerOperationInterceptor
class
This interceptor creates verbose server log entries containing the complete request and response payloads.
RestfulServer.getInterceptorService()
to access the interceptor service.