Package ca.uhn.fhir.interceptor.api
Interface IInterceptorService
- All Superinterfaces:
IBaseInterceptorBroadcaster<Pointcut>
,IBaseInterceptorService<Pointcut>
,IInterceptorBroadcaster
- All Known Implementing Classes:
InterceptorService
public interface IInterceptorService
extends IBaseInterceptorService<Pointcut>, IInterceptorBroadcaster
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerAnonymousInterceptor
(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor) void
registerAnonymousInterceptor
(Pointcut thePointcut, IAnonymousInterceptor theInterceptor) Methods inherited from interface ca.uhn.fhir.interceptor.api.IBaseInterceptorBroadcaster
callHooks, callHooksAndReturnObject, hasHooks, ifHasCallHooks, ifHasCallHooksAndReturnObject
Methods inherited from interface ca.uhn.fhir.interceptor.api.IBaseInterceptorService
getAllRegisteredInterceptors, registerInterceptor, registerInterceptors, unregisterAllAnonymousInterceptors, unregisterAllInterceptors, unregisterInterceptor, unregisterInterceptors, unregisterInterceptorsIf
-
Method Details
-
registerAnonymousInterceptor
-
registerAnonymousInterceptor
void registerAnonymousInterceptor(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor)
-