org.apache.xmlrpc.parser
public class XmlRpcRequestParser extends RecursiveTypeParserImpl
| Constructor Summary | |
|---|---|
| XmlRpcRequestParser(XmlRpcStreamConfig pConfig, TypeFactory pTypeFactory) Creates a new instance, which parses a clients request. | |
| Method Summary | |
|---|---|
| protected void | addResult(Object pResult) |
| void | characters(char[] pChars, int pOffset, int pLength) |
| void | endElement(String pURI, String pLocalName, String pQName) |
| String | getMethodName() Returns the method name being invoked. |
| List | getParams() Returns the parameter list. |
| void | startDocument() |
| void | startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) |
Parameters: pConfig The client configuration. pTypeFactory The type factory.
Returns: Requested method name.
Returns: Parameter list.