Interface IRequestResult
- 
- All Superinterfaces:
 Serializable
public interface IRequestResult extends Serializable
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetException()List<? extends ICrossViewScopeResponse<?>>getResponses() 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -