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 TypeMethodDescriptionvoidregisterAnonymousInterceptor(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor)voidregisterAnonymousInterceptor(Pointcut thePointcut, IAnonymousInterceptor theInterceptor)Methods inherited from interface ca.uhn.fhir.interceptor.api.IBaseInterceptorBroadcaster
callHooks, callHooksAndReturnObject, hasHooksMethods inherited from interface ca.uhn.fhir.interceptor.api.IBaseInterceptorService
getAllRegisteredInterceptors, registerInterceptor, registerInterceptors, registerThreadLocalInterceptor, unregisterAllInterceptors, unregisterInterceptor, unregisterInterceptors, unregisterInterceptorsIf, unregisterThreadLocalInterceptor
-
Method Details
-
registerAnonymousInterceptor
-
registerAnonymousInterceptor
void registerAnonymousInterceptor(Pointcut thePointcut, int theOrder, IAnonymousInterceptor theInterceptor)
-