Uses of Interface
org.jboss.resteasy.client.core.ClientErrorInterceptor

Packages that use ClientErrorInterceptor
org.jboss.resteasy.core   
org.jboss.resteasy.spi   
 

Uses of ClientErrorInterceptor in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core that return types with arguments of type ClientErrorInterceptor
 java.util.List<ClientErrorInterceptor> ThreadLocalResteasyProviderFactory.getClientErrorInterceptors()
           
 

Methods in org.jboss.resteasy.core with parameters of type ClientErrorInterceptor
 void ThreadLocalResteasyProviderFactory.addClientErrorInterceptor(ClientErrorInterceptor handler)
           
 

Uses of ClientErrorInterceptor in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type ClientErrorInterceptor
protected  java.util.List<ClientErrorInterceptor> ResteasyProviderFactory.clientErrorInterceptors
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type ClientErrorInterceptor
 java.util.List<ClientErrorInterceptor> ResteasyProviderFactory.getClientErrorInterceptors()
          Return the list of currently registered ClientErrorInterceptor instances.
 

Methods in org.jboss.resteasy.spi with parameters of type ClientErrorInterceptor
 void ResteasyProviderFactory.addClientErrorInterceptor(ClientErrorInterceptor handler)
          Add a ClientErrorInterceptor to this provider factory instance.
 



Copyright © 2009. All Rights Reserved.