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 voidMessageBodyParameterInjector. registryUpdated(JaxrsInterceptorRegistry registry)voidResourceMethodInvoker. 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 classClientResponseFilterRegistryclassContainerRequestFilterRegistryclassContainerResponseFilterRegistryclassReaderInterceptorRegistryclassWriterInterceptorRegistryMethods 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 voidJaxrsInterceptorRegistryListener. 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. clientRequestFiltersMethods in org.jboss.resteasy.spi that return JaxrsInterceptorRegistry Modifier and Type Method Description JaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>ResteasyProviderFactory. getClientRequestFilters()
-