- All Known Subinterfaces:
HttpExceptionHandlerAccessor.HttpExceptionHandlerProperty
,RestfulHttpRegistryServer<DESC,
,B> RestfulHttpServer
- All Known Implementing Classes:
AbstractRestfulHttpRegistryServerDecorator
,AbstractRestfulHttpServerDecorator
,HttpRestServer
,HttpRestServerSingleton
public interface HttpExceptionHandlerAccessor
Provides access to a
HttpExceptionHandler
property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B extends HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B>>
Provides a builder method for aHttpExceptionHandler
property returning the builder for applying multiple build operations.static interface
Extends theHttpExceptionHandlerAccessor
with a setter method.static interface
Extends theHttpExceptionHandlerAccessor
with a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theHttpExceptionHandler
from theHttpExceptionHandler
property.
-
Method Details
-
getHttpExceptionHandler
HttpExceptionHandler getHttpExceptionHandler()Retrieves theHttpExceptionHandler
from theHttpExceptionHandler
property.- Returns:
- The
HttpExceptionHandler
stored by theHttpExceptionHandler
property.
-