|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcRequest | |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.serializer |
Uses of XmlRpcRequest in org.apache.xmlrpc |
---|
Methods in org.apache.xmlrpc with parameters of type XmlRpcRequest | |
---|---|
java.lang.Object |
XmlRpcHandler.execute(XmlRpcRequest pRequest)
Performs the request and returns the result object. |
Uses of XmlRpcRequest in org.apache.xmlrpc.common |
---|
Methods in org.apache.xmlrpc.common with parameters of type XmlRpcRequest | |
---|---|
java.lang.Object |
XmlRpcRequestProcessor.execute(XmlRpcRequest pRequest)
Processes the given request and returns a result object. |
java.lang.Object |
XmlRpcWorker.execute(XmlRpcRequest pRequest)
Performs a synchronous request. |
Uses of XmlRpcRequest in org.apache.xmlrpc.serializer |
---|
Methods in org.apache.xmlrpc.serializer with parameters of type XmlRpcRequest | |
---|---|
void |
XmlRpcWriter.write(XmlRpcRequest pRequest)
Writes a clients request to the output stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |