public abstract class RequestPreprocessor extends Object
| Constructor and Description |
|---|
RequestPreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
appliesTo(Method restOperation) |
RequestPreprocessor |
createProcessor(Method restOperation) |
abstract void |
preprocess(HttpRequest request) |
protected abstract boolean appliesTo(Method restOperation)
restOperation - public abstract void preprocess(HttpRequest request) throws RestFailure
request - RestFailurepublic RequestPreprocessor createProcessor(Method restOperation) throws RequestProcessorException
restOperation - RequestProcessorExceptionCopyright © 2014. All rights reserved.