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