Uses of Interface
org.codegist.crest.handler.ErrorHandler

Packages that use ErrorHandler
org.codegist.crest.config Contains DefaultCRest configuration interfaces and configuration factories. 
org.codegist.crest.handler Contains retry, response and error handler interfaces and default implementations 
 

Uses of ErrorHandler in org.codegist.crest.config
 

Fields in org.codegist.crest.config with type parameters of type ErrorHandler
static Class<? extends ErrorHandler> MethodConfig.DEFAULT_ERROR_HANDLER
          Default error handler applied when non specified.
 

Methods in org.codegist.crest.config that return ErrorHandler
 ErrorHandler MethodConfig.getErrorHandler()
           
 

Methods in org.codegist.crest.config with parameters of type ErrorHandler
 ConfigBuilders.MethodConfigBuilder ConfigBuilders.MethodConfigBuilder.setErrorHandler(ErrorHandler errorHandler)
           
 ConfigBuilders.InterfaceConfigBuilder ConfigBuilders.InterfaceConfigBuilder.setMethodsErrorHandler(ErrorHandler errorHandler)
           
 

Method parameters in org.codegist.crest.config with type arguments of type ErrorHandler
 ConfigBuilders.MethodConfigBuilder ConfigBuilders.MethodConfigBuilder.setErrorHandler(Class<? extends ErrorHandler> methodHandlerClass)
           
 ConfigBuilders.InterfaceConfigBuilder ConfigBuilders.InterfaceConfigBuilder.setMethodsErrorHandler(Class<? extends ErrorHandler> errorHandler)
           
 

Uses of ErrorHandler in org.codegist.crest.handler
 

Classes in org.codegist.crest.handler that implement ErrorHandler
 class DefaultValuesErrorHandler
          Error handler that ignores exception and return default values
 class ErrorDelegatorHandler
          Error handler that always delegate the given exception to the caller.
 



Copyright © 2011. All Rights Reserved.