public interface Engine
The engine manages all the claim processors, determines in which order they have to be called so that dependencies between the claim processors are met and calls the claim processors when server events happen.
Note: This class is to be used by the framework internally only. Clients should not use this class directly.
Modifier and Type | Method and Description |
---|---|
void |
onRequestEnd(ClaimStore claimStore)
Called by the framework to handle a request end event.
|
void |
onRequestStart(ClaimStore claimStore)
Called by the framework to handle a request start event.
|
void |
onSessionStart(ClaimStore claimStore)
Called by the framework to handle a session start event.
|
void onRequestStart(ClaimStore claimStore) throws AmbientDataException
claimStore
- the claim storeAmbientDataException
- when an error happens during processingvoid onRequestEnd(ClaimStore claimStore) throws AmbientDataException
claimStore
- the claim storeAmbientDataException
- when an error happens during processingvoid onSessionStart(ClaimStore claimStore) throws AmbientDataException
claimStore
- the claim storeAmbientDataException
- when an error happens during processingCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries