- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty,RestfulHttpRegistryServer<DESC,,B> RestfulHttpServer
- All Known Implementing Classes:
AbstractRestfulHttpRegistryServerDecorator,AbstractRestfulHttpServerDecorator,HttpRestServer,HttpRestServerSingleton
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.
-