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
Modifier and TypeMethodDescriptionvoid
registryUpdated
(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)
-
Method Details
-
registryUpdated
void registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)
-