org.apache.xmlrpc
public class XmlRpcRequestProcessor extends XmlRpc
Since: 1.2
Field Summary | |
---|---|
Vector | requestParams |
Constructor Summary | |
---|---|
XmlRpcRequestProcessor()
Creates a new instance. |
Method Summary | |
---|---|
XmlRpcServerRequest | decodeRequest(InputStream is)
Decode a request from an InputStream to the internal XmlRpcRequest
implementation. |
protected void | objectParsed(Object what)
Called when an object to be added to the argument list has been
parsed.
|
Parameters: is the stream to read the request from.
Throws: ParseFailed if unable to parse the request.
UNKNOWN: XMLRpcRequest the request.
Parameters: what The parameter parsed from the request.