public abstract class FailBehavior
extends java.lang.Object
FailBehaviorManager
Constructor and Description |
---|
FailBehavior() |
Modifier and Type | Method and Description |
---|---|
abstract void |
failAction(WebService context,
java.util.ArrayList<RESTRequest<? extends Resource>> failedRequests)
Action to perform for all requests which defined this FailBehavior as behavior of failure
|
public abstract void failAction(WebService context, java.util.ArrayList<RESTRequest<? extends Resource>> failedRequests)
context
- Instance of WebService
within which the specified request is runningfailedRequests
- List of all failed requests