public interface Response extends Message
| Modifier and Type | Method and Description |
|---|---|
boolean |
indicatesSuccess()
Checks if the response indicates success.
|
HTTPResponse |
toHTTPResponse()
Returns the matching HTTP response.
|
boolean indicatesSuccess()
true if the response indicates success, else
false.HTTPResponse toHTTPResponse() throws SerializeException
SerializeException - If the response message couldn't be
serialised to an HTTP response.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.