- 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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B extends HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B>>Provides a builder method for aHttpExceptionHandlerproperty returning the builder for applying multiple build operations.static interfaceExtends theHttpExceptionHandlerAccessorwith a setter method.static interfaceExtends theHttpExceptionHandlerAccessorwith a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theHttpExceptionHandlerfrom theHttpExceptionHandlerproperty.
-
Method Details
-
getHttpExceptionHandler
HttpExceptionHandler getHttpExceptionHandler()Retrieves theHttpExceptionHandlerfrom theHttpExceptionHandlerproperty.- Returns:
- The
HttpExceptionHandlerstored by theHttpExceptionHandlerproperty.
-