Uses of Interface
org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry
Packages that use JaxrsInterceptorRegistry
Package
Description
-
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientReaderInterceptorRegistry()ThreadLocalResteasyProviderFactory.getClientRequestFilterRegistry()ThreadLocalResteasyProviderFactory.getClientResponseFilters()ThreadLocalResteasyProviderFactory.getClientWriterInterceptorRegistry()ThreadLocalResteasyProviderFactory.getContainerRequestFilterRegistry()ThreadLocalResteasyProviderFactory.getContainerResponseFilterRegistry()ThreadLocalResteasyProviderFactory.getServerReaderInterceptorRegistry()ThreadLocalResteasyProviderFactory.getServerWriterInterceptorRegistry()Methods in org.jboss.resteasy.core with parameters of type JaxrsInterceptorRegistryModifier and TypeMethodDescriptionvoidMessageBodyParameterInjector.registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory) voidResourceMethodInvoker.registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory) -
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement JaxrsInterceptorRegistryModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in org.jboss.resteasy.core.interception.jaxrs that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionJaxrsInterceptorRegistryImpl.clone(ResteasyProviderFactory factory) -
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory declared as JaxrsInterceptorRegistryModifier and TypeFieldDescriptionprotected JaxrsInterceptorRegistry<ReaderInterceptor>CommonProviders.readerInterceptorRegistryprotected JaxrsInterceptorRegistry<ClientRequestFilter>ClientHelper.requestFiltersprotected JaxrsInterceptorRegistry<ContainerRequestFilter>ServerHelper.requestFiltersprotected JaxrsInterceptorRegistry<ClientResponseFilter>ClientHelper.responseFiltersprotected JaxrsInterceptorRegistry<ContainerResponseFilter>ServerHelper.responseFiltersprotected JaxrsInterceptorRegistry<WriterInterceptor>CommonProviders.writerInterceptorRegistryMethods in org.jboss.resteasy.core.providerfactory that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getClientReaderInterceptorRegistry()ResteasyProviderFactoryImpl.getClientReaderInterceptorRegistry()ResteasyProviderFactoryDelegate.getClientRequestFilterRegistry()ResteasyProviderFactoryImpl.getClientRequestFilterRegistry()ResteasyProviderFactoryDelegate.getClientResponseFilters()ResteasyProviderFactoryImpl.getClientResponseFilters()ResteasyProviderFactoryDelegate.getClientWriterInterceptorRegistry()ResteasyProviderFactoryImpl.getClientWriterInterceptorRegistry()ResteasyProviderFactoryDelegate.getContainerRequestFilterRegistry()ResteasyProviderFactoryImpl.getContainerRequestFilterRegistry()ResteasyProviderFactoryDelegate.getContainerResponseFilterRegistry()ResteasyProviderFactoryImpl.getContainerResponseFilterRegistry()CommonProviders.getReaderInterceptorRegistry()NOOPClientHelper.getReaderInterceptorRegistry()NOOPServerHelper.getReaderInterceptorRegistry()protected JaxrsInterceptorRegistry<ReaderInterceptor>CommonProviders.getReaderInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<ReaderInterceptor>NOOPClientHelper.getReaderInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<ReaderInterceptor>NOOPServerHelper.getReaderInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<ReaderInterceptor>ServerHelper.getReaderInterceptorRegistryForWrite()ClientHelper.getRequestFilters()NOOPClientHelper.getRequestFilters()NOOPServerHelper.getRequestFilters()ServerHelper.getRequestFilters()protected JaxrsInterceptorRegistry<ClientRequestFilter>ClientHelper.getRequestFiltersForWrite()protected JaxrsInterceptorRegistry<ClientRequestFilter>NOOPClientHelper.getRequestFiltersForWrite()protected JaxrsInterceptorRegistry<ContainerRequestFilter>NOOPServerHelper.getRequestFiltersForWrite()protected JaxrsInterceptorRegistry<ContainerRequestFilter>ServerHelper.getRequestFiltersForWrite()ClientHelper.getResponseFilters()NOOPClientHelper.getResponseFilters()NOOPServerHelper.getResponseFilters()ServerHelper.getResponseFilters()protected JaxrsInterceptorRegistry<ClientResponseFilter>ClientHelper.getResponseFiltersForWrite()protected JaxrsInterceptorRegistry<ClientResponseFilter>NOOPClientHelper.getResponseFiltersForWrite()protected JaxrsInterceptorRegistry<ContainerResponseFilter>NOOPServerHelper.getResponseFiltersForWrite()protected JaxrsInterceptorRegistry<ContainerResponseFilter>ServerHelper.getResponseFiltersForWrite()ResteasyProviderFactoryDelegate.getServerReaderInterceptorRegistry()ResteasyProviderFactoryImpl.getServerReaderInterceptorRegistry()ResteasyProviderFactoryDelegate.getServerWriterInterceptorRegistry()ResteasyProviderFactoryImpl.getServerWriterInterceptorRegistry()CommonProviders.getWriterInterceptorRegistry()NOOPClientHelper.getWriterInterceptorRegistry()NOOPServerHelper.getWriterInterceptorRegistry()protected JaxrsInterceptorRegistry<WriterInterceptor>CommonProviders.getWriterInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<WriterInterceptor>NOOPClientHelper.getWriterInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<WriterInterceptor>NOOPServerHelper.getWriterInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<WriterInterceptor>ServerHelper.getWriterInterceptorRegistryForWrite() -
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionabstract JaxrsInterceptorRegistry<ReaderInterceptor>ResteasyProviderFactory.getClientReaderInterceptorRegistry()abstract JaxrsInterceptorRegistry<ClientRequestFilter>ResteasyProviderFactory.getClientRequestFilterRegistry()abstract JaxrsInterceptorRegistry<ClientResponseFilter>ResteasyProviderFactory.getClientResponseFilters()abstract JaxrsInterceptorRegistry<WriterInterceptor>ResteasyProviderFactory.getClientWriterInterceptorRegistry()ResteasyProviderFactory.getContainerRequestFilterRegistry()ResteasyProviderFactory.getContainerResponseFilterRegistry()abstract JaxrsInterceptorRegistry<ReaderInterceptor>ResteasyProviderFactory.getServerReaderInterceptorRegistry()abstract JaxrsInterceptorRegistry<WriterInterceptor>ResteasyProviderFactory.getServerWriterInterceptorRegistry() -
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionJaxrsInterceptorRegistry.clone(ResteasyProviderFactory factory) Methods in org.jboss.resteasy.spi.interception with parameters of type JaxrsInterceptorRegistryModifier and TypeMethodDescriptionvoidJaxrsInterceptorRegistryListener.registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)