Uses of Class
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
-
Packages that use JaxrsInterceptorRegistry Package Description org.jboss.resteasy.core org.jboss.resteasy.core.interception org.jboss.resteasy.spi -
-
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return JaxrsInterceptorRegistry Modifier and Type Method Description JaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
ThreadLocalResteasyProviderFactory. getClientRequestFilters()
Methods in org.jboss.resteasy.core with parameters of type JaxrsInterceptorRegistry Modifier and Type Method Description void
MessageBodyParameterInjector. registryUpdated(JaxrsInterceptorRegistry registry)
void
ResourceMethodInvoker. registryUpdated(JaxrsInterceptorRegistry registry)
-
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core.interception
Subclasses of JaxrsInterceptorRegistry in org.jboss.resteasy.core.interception Modifier and Type Class Description class
ClientResponseFilterRegistry
class
ContainerRequestFilterRegistry
class
ContainerResponseFilterRegistry
class
ReaderInterceptorRegistry
class
WriterInterceptorRegistry
Methods in org.jboss.resteasy.core.interception that return JaxrsInterceptorRegistry Modifier and Type Method Description JaxrsInterceptorRegistry<T>
JaxrsInterceptorRegistry. clone(ResteasyProviderFactory factory)
Methods in org.jboss.resteasy.core.interception with parameters of type JaxrsInterceptorRegistry Modifier and Type Method Description void
JaxrsInterceptorRegistryListener. registryUpdated(JaxrsInterceptorRegistry registry)
-
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as JaxrsInterceptorRegistry Modifier and Type Field Description protected JaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
ResteasyProviderFactory. clientRequestFilters
Methods in org.jboss.resteasy.spi that return JaxrsInterceptorRegistry Modifier and Type Method Description JaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
ResteasyProviderFactory. getClientRequestFilters()
-