Package | Description |
---|---|
oracle.sdp.daf.action.api | |
oracle.sdp.daf.spi |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionAwareAction.exceptionHappened(ActionProcessingError e,
HttpContext context)
Called if an action processing error happened later in the chain.
|
void |
ResponseCallback.handleResponse(HttpResponse response,
HttpContext context)
Handle the response.
|
void |
Action.process(HttpContext context)
Process the request.
|
void |
CalloutCallbackHandler.process(HttpContext context)
Called on callout completion.
|
Modifier and Type | Method and Description |
---|---|
void |
SLAEnforcement.handleAbort(HttpContext context)
This method is called when traffic cannot reach south bound.
|
void |
SLAEnforcement.validateSLA(HttpContext context,
Subject user,
String accessUrl,
String requestUrl,
String method,
String path)
This method is used to validate the request API against SLA's validation
time.
|