Interface JaxrsInterceptorRegistryListener
-
- All Known Implementing Classes:
MessageBodyParameterInjector
,ResourceMethodInvoker
public interface JaxrsInterceptorRegistryListener
Callback interface for when an interceptor registry changes- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)
-
-
-
Method Detail
-
registryUpdated
void registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)
-
-