public class XmlRpcRequestProcessor extends XmlRpc
XmlRpc.Value| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
requestParams |
| Constructor and Description |
|---|
XmlRpcRequestProcessor()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
XmlRpcServerRequest |
decodeRequest(java.io.InputStream is)
Decode a request from an InputStream to the internal XmlRpcRequest
implementation.
|
protected void |
objectParsed(java.lang.Object what)
Called when an object to be added to the argument list has been
parsed.
|
characters, endElement, error, fatalError, getDefaultInputEncoding, getEncoding, getInputEncoding, getKeepAlive, getMaxThreads, getServerTimeZone, parse, setDebug, setDefaultInputEncoding, setDriver, setDriver, setEncoding, setInputEncoding, setKeepAlive, setMaxThreads, setServerTimeZone, startElementpublic XmlRpcServerRequest decodeRequest(java.io.InputStream is)
is - the stream to read the request from.ParseFailed - if unable to parse the request.protected void objectParsed(java.lang.Object what)
objectParsed in class XmlRpcwhat - The parameter parsed from the request.Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.