Uses of Interface
javax.ws.rs.ext.ExceptionMapper

Packages that use ExceptionMapper
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.jboss.resteasy.core   
org.jboss.resteasy.spi   
org.jboss.resteasy.test.application   
 

Uses of ExceptionMapper in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return ExceptionMapper
<T extends Throwable>
ExceptionMapper<T>
Providers.getExceptionMapper(Class<T> type)
          Get an exception mapping provider for a particular class of exception.
 

Uses of ExceptionMapper in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core that return ExceptionMapper
<T extends Throwable>
ExceptionMapper<T>
ThreadLocalResteasyProviderFactory.getExceptionMapper(Class<T> type)
           
 

Methods in org.jboss.resteasy.core with parameters of type ExceptionMapper
 void ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider)
           
 void ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider, Class providerClass)
           
 void ThreadLocalResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider, Type exceptionType)
           
 

Method parameters in org.jboss.resteasy.core with type arguments of type ExceptionMapper
 void ThreadLocalResteasyProviderFactory.addExceptionMapper(Class<? extends ExceptionMapper> provider)
           
 

Uses of ExceptionMapper in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type ExceptionMapper
protected  Map<Class<?>,ExceptionMapper> ResteasyProviderFactory.exceptionMappers
           
 

Methods in org.jboss.resteasy.spi that return ExceptionMapper
<T extends Throwable>
ExceptionMapper<T>
ResteasyProviderFactory.getExceptionMapper(Class<T> type)
           
 

Methods in org.jboss.resteasy.spi with parameters of type ExceptionMapper
 void ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider)
           
 void ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider, Class providerClass)
           
 void ResteasyProviderFactory.addExceptionMapper(ExceptionMapper provider, Type exceptionType)
           
 

Method parameters in org.jboss.resteasy.spi with type arguments of type ExceptionMapper
 void ResteasyProviderFactory.addExceptionMapper(Class<? extends ExceptionMapper> providerClass)
           
 

Uses of ExceptionMapper in org.jboss.resteasy.test.application
 

Classes in org.jboss.resteasy.test.application that implement ExceptionMapper
 class FooExceptionMapper
           
 



Copyright © 2012. All Rights Reserved.