public interface RequestSupportedStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfRequestSupported(java.lang.String requestId)
Method check if request is supported and throws exception if not
|
boolean |
isRequestSupported(java.lang.String requestId)
Method check if request is supported
|
boolean isRequestSupported(java.lang.String requestId)
requestId - request identifier (e.g. request path)void checkIfRequestSupported(java.lang.String requestId)
throws UnsupportedRequestException
requestId - request identifier (e.g. request path)UnsupportedRequestException - when request is not supportedCopyright © 2018 SAP SE. All Rights Reserved.