- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty,HttpRegistryRestServer<DESC,,B> HttpRestServer,LoopbackRestServer,RestServer
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRestServerDecorator,AbstractRestServer,HttpRestServerImpl,HttpRestServerSingleton,LoopbackRestServerImpl,LoopbackRestServerSingleton
public interface HttpExceptionHandlingAccessor
Provides access to a
HttpExceptionHandling property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B extends HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B>>Provides a builder method for aHttpExceptionHandlingproperty returning the builder for applying multiple build operations.static interfaceExtends theHttpExceptionHandlingAccessorwith a setter method.static interfaceExtends theHttpExceptionHandlingAccessorwith a setter method. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.
-
Method Details
-
getHttpExceptionHandling
HttpExceptionHandling getHttpExceptionHandling()Retrieves theHttpExceptionHandlingfrom theHttpExceptionHandlingproperty.- Returns:
- The
HttpExceptionHandlingstored by theHttpExceptionHandlingproperty.
-