RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.core.interception.InterceptorRegistry

Packages that use InterceptorRegistry
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.spi   
 

Uses of InterceptorRegistry in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core that return InterceptorRegistry
 InterceptorRegistry<ClientExecutionInterceptor> ThreadLocalResteasyProviderFactory.getClientExecutionInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyReaderInterceptor> ThreadLocalResteasyProviderFactory.getClientMessageBodyReaderInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyWriterInterceptor> ThreadLocalResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyReaderInterceptor> ThreadLocalResteasyProviderFactory.getServerMessageBodyReaderInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyWriterInterceptor> ThreadLocalResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry()
           
 InterceptorRegistry<PostProcessInterceptor> ThreadLocalResteasyProviderFactory.getServerPostProcessInterceptorRegistry()
           
 InterceptorRegistry<PreProcessInterceptor> ThreadLocalResteasyProviderFactory.getServerPreProcessInterceptorRegistry()
           
 

Methods in org.jboss.resteasy.core with parameters of type InterceptorRegistry
 void MessageBodyParameterInjector.registryUpdated(InterceptorRegistry registry)
           
 void ResourceMethod.registryUpdated(InterceptorRegistry registry)
           
 

Uses of InterceptorRegistry in org.jboss.resteasy.core.interception
 

Methods in org.jboss.resteasy.core.interception with parameters of type InterceptorRegistry
 void InterceptorRegistryListener.registryUpdated(InterceptorRegistry registry)
           
 

Uses of InterceptorRegistry in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi declared as InterceptorRegistry
protected  InterceptorRegistry<ClientExecutionInterceptor> ResteasyProviderFactory.clientExecutionInterceptorRegistry
           
protected  InterceptorRegistry<MessageBodyReaderInterceptor> ResteasyProviderFactory.clientMessageBodyReaderInterceptorRegistry
           
protected  InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.clientMessageBodyWriterInterceptorRegistry
           
protected  InterceptorRegistry<MessageBodyReaderInterceptor> ResteasyProviderFactory.serverMessageBodyReaderInterceptorRegistry
           
protected  InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.serverMessageBodyWriterInterceptorRegistry
           
protected  InterceptorRegistry<PostProcessInterceptor> ResteasyProviderFactory.serverPostProcessInterceptorRegistry
           
protected  InterceptorRegistry<PreProcessInterceptor> ResteasyProviderFactory.serverPreProcessInterceptorRegistry
           
 

Methods in org.jboss.resteasy.spi that return InterceptorRegistry
 InterceptorRegistry<ClientExecutionInterceptor> ResteasyProviderFactory.getClientExecutionInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyReaderInterceptor> ResteasyProviderFactory.getClientMessageBodyReaderInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyReaderInterceptor> ResteasyProviderFactory.getServerMessageBodyReaderInterceptorRegistry()
           
 InterceptorRegistry<MessageBodyWriterInterceptor> ResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry()
           
 InterceptorRegistry<PostProcessInterceptor> ResteasyProviderFactory.getServerPostProcessInterceptorRegistry()
           
 InterceptorRegistry<PreProcessInterceptor> ResteasyProviderFactory.getServerPreProcessInterceptorRegistry()
           
 

Methods in org.jboss.resteasy.spi with parameters of type InterceptorRegistry
protected  void ResteasyProviderFactory.registerDefaultInterceptorPrecedences(InterceptorRegistry registry)
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.