Interface IRequestResult
- All Superinterfaces:
 Serializable
- 
Method Summary
 
- 
Method Details
- 
getException
Throwable getException()- Returns:
 - When the handler failed: The exception that occurred. Otherwise, when the handler was successful,
     
null. 
 - 
getResponses
List<? extends ICrossViewScopeResponse<?>> getResponses()- Returns:
 - Responses returned in response to the request.
 
 
 -