Interface HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator
- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty, HttpRestRegistryServer<DESC,B>, HttpRestServer
- All Known Implementing Classes:
AbstractHttpRestRegistryServerDecorator, AbstractHttpRestServerDecorator, JdkHttpRestServer, JdkHttpRestServerSingleton
- Enclosing interface:
HttpExceptionHandlingAccessor
public static interface HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator
Extends the
HttpExceptionHandlingAccessor with a setter method.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling) Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.
-
Method Details
-
setHttpExceptionHandling
Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.- Parameters:
aHttpExceptionHandling- TheHttpExceptionHandlingto be stored by theHttpExceptionHandlingproperty.
-