
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 TypeMethodDescriptionvoidRestfulServer.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 TypeInterfaceDescriptioninterfaceDeprecated.Ths interface is no longer neccessary as of HAPI FHIR 3.8.0 - You can create interceptor methods that are declared using theHookannotation without needing to implement any interceptorClasses in ca.uhn.fhir.rest.server.interceptor that implement IServerInterceptorModifier and TypeClassDescriptionclassThis interceptor causes the server to reject invocations for HTTP methods other than those supported by the server with an HTTP 405.classclassBase class forIServerInterceptorimplementations.classNOP implementation ofIServerOperationInterceptorclassThis interceptor creates verbose server log entries containing the complete request and response payloads.
RestfulServer.getInterceptorService()to access the interceptor service.