public interface RResponse
| Modifier and Type | Method and Description |
|---|---|
ResolvingException |
asException()
Represents the warnings as single exception.
|
RRequest |
getRequest()
Returns the request that was responded to.
|
RResult |
getResult()
Returns result if present, otherwise throws
asException(). |
List<Exception> |
getWarningsLog()
Returns a list of non-critical exceptions that occurred during look-up.
|
boolean |
hasResult()
Returns true if look-up found a result.
|
RRequest getRequest()
boolean hasResult()
RResult getResult()
asException().List<Exception> getWarningsLog()
ResolvingException asException()
Copyright © 2015. All rights reserved.