| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.xml.sax.HandlerBase
        |
        +--org.apache.xmlrpc.XmlRpc
              |
              +--org.apache.xmlrpc.XmlRpcRequestProcessor
Process an InputStream and produce and XmlRpcRequest. This class is NOT thread safe.
| Fields inherited from class org.apache.xmlrpc.XmlRpc | 
debug, version | 
| Constructor Summary | |
protected  | 
XmlRpcRequestProcessor()
Creates a new instance.  | 
| Method Summary | |
protected  void | 
objectParsed(java.lang.Object what)
Called when an object to be added to the argument list has been parsed.  | 
 XmlRpcRequest | 
processRequest(java.io.InputStream is)
Process a request.  | 
| Methods inherited from class org.apache.xmlrpc.XmlRpc | 
characters, endElement, error, fatalError, getEncoding, getKeepAlive, getMaxThreads, setDebug, setDriver, setDriver, setEncoding, setKeepAlive, setMaxThreads, startElement | 
| Methods inherited from class org.xml.sax.HandlerBase | 
endDocument, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, unparsedEntityDecl, warning | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
protected XmlRpcRequestProcessor()
| Method Detail | 
public XmlRpcRequest processRequest(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.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||