public interface XmlRpcRequest
Modifier and Type | Method and Description |
---|---|
void |
addIntArg(int value)
Add an integer argument to an XML-RPC request.
|
void |
addStringArg(java.lang.String value)
Add a string argument to an XML-RPC request.
|
java.lang.String |
getContent()
Get the content of the XML-RPC request.
|
int |
getIntResponse()
Get the response to an XML-RPC request sent with
linphone_xml_rpc_session_send_request() and returning an integer response.
|
XmlRpcStatus |
getStatus()
Get the status of the XML-RPC request.
|
java.lang.String |
getStringResponse()
Get the response to an XML-RPC request sent with
linphone_xml_rpc_session_send_request() and returning a string response.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setListener(XmlRpcRequestListener listener) |
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
java.lang.String getContent()
int getIntResponse()
XmlRpcStatus getStatus()
java.lang.String getStringResponse()
void addIntArg(int value)
void addStringArg(java.lang.String value)
void setListener(XmlRpcRequestListener listener)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()