Package org.refcodes.rest
Interface HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator
-
- All Known Subinterfaces:
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty,HttpRegistryRestServer<DESC,B>,HttpRestServer,LoopbackRestServer,RestServer
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRestServerDecorator,AbstractRestServer,HttpRestServerImpl,HttpRestServerSingleton,LoopbackRestServerImpl,LoopbackRestServerSingleton
- Enclosing interface:
- HttpExceptionHandlingAccessor
public static interface HttpExceptionHandlingAccessor.HttpExceptionHandlingMutatorExtends theHttpExceptionHandlingAccessorwith a setter method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.
-
-
-
Method Detail
-
setHttpExceptionHandling
void setHttpExceptionHandling(HttpExceptionHandling aHttpExceptionHandling)
Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.- Parameters:
aHttpExceptionHandling- TheHttpExceptionHandlingto be stored by theHttpExceptionHandlingproperty.
-
-