public interface XINSCallResultData
Modifier and Type | Method and Description |
---|---|
Element |
getDataElement()
Returns the optional extra data.
|
String |
getErrorCode()
Returns the error code.
|
Map<String,String> |
getParameters()
Gets all parameters.
|
String getErrorCode()
null
is returned the call was
successful and thus no error code was returned. Otherwise the call was
unsuccessful.
This method will never return an empty string, so if the result is
not null
, then it is safe to assume the length of the
string is at least 1 character.
null
if the call was
successful.Map<String,String> getParameters()
Map
with all parameters, or null
if
there are none.See http://www.xins.org/.