public class ProcessWarpRequest extends Object
This event is fired as a reaction to ProcessHttpRequest for every request that should be processed by Warp.
Requests that should not be processed by Warp fires ProcessHttpRequest but their processing needs to be separated and
so they do not fire ProcessWarpRequest.
As a reaction to this event, Warp implementation should fire ExecuteWarp event and then watch for Warp execution
result - in this stage Warp guards all exception that may arise from processing and finally it waits for result of the test.
Finally it saves this result so that it can be retrieved by Warp Client.
ExecuteWarp,
ProcessHttpRequestCopyright © 2014 JBoss by Red Hat. All rights reserved.