org.apache.xmlrpc
Class XmlRpcRequestProcessor
public class XmlRpcRequestProcessor
Process an InputStream and produce an XmlRpcServerRequest. This class
is NOT thread safe.
ARRAY, BASE64, BOOLEAN, DATE, DEFAULT_PARSER, DOUBLE, FATAL, INTEGER, NONE, RECOVERABLE, STRING, STRUCT, cdata, currentValue, debug, defaultInputEncoding, encoding, errorLevel, errorMsg, inputEncoding, keepalive, maxThreads, methodName, parserClass, readCdata, saxDrivers, typeFactory, types, tz, values, version |
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.
|
characters, createTypeFactory, endElement, error, fatalError, getDefaultInputEncoding, getEncoding, getInputEncoding, getKeepAlive, getMaxThreads, getServerTimeZone, objectParsed, parse, setDebug, setDefaultInputEncoding, setDriver, setDriver, setEncoding, setInputEncoding, setKeepAlive, setMaxThreads, setServerTimeZone, startElement |
requestParams
private Vector requestParams
XmlRpcRequestProcessor
public XmlRpcRequestProcessor()
Creates a new instance.
decodeRequest
public XmlRpcServerRequest decodeRequest(InputStream is)
Decode a request from an InputStream to the internal XmlRpcRequest
implementation. This method must read data from the specified stream and
return an XmlRpcRequest object, or throw an exception.
is - the stream to read the request from.
objectParsed
protected void objectParsed(Object what)
Called when an object to be added to the argument list has been
parsed.
- objectParsed in interface XmlRpc
what - The parameter parsed from the request.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.