public class XmlRpcRequestParser extends RecursiveTypeParserImpl
XmlRpcClient's
request.cfg| Constructor and Description |
|---|
XmlRpcRequestParser(XmlRpcStreamConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance, which parses a clients request.
|
| Modifier and Type | Method and Description |
|---|---|
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,
org.xml.sax.Attributes pAttrs) |
endPrefixMapping, endValueTag, ignorableWhitespace, processingInstruction, skippedEntity, startPrefixMapping, startValueTagendDocument, getDocumentLocator, getResult, isEmpty, setDocumentLocator, setResultpublic XmlRpcRequestParser(XmlRpcStreamConfig pConfig, TypeFactory pTypeFactory)
pConfig - The client configuration.pTypeFactory - The type factory.protected void addResult(Object pResult)
addResult in class RecursiveTypeParserImplpublic void startDocument()
throws org.xml.sax.SAXException
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionpublic void characters(char[] pChars,
int pOffset,
int pLength)
throws org.xml.sax.SAXException
characters in interface org.xml.sax.ContentHandlercharacters in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionpublic void startElement(String pURI, String pLocalName, String pQName, org.xml.sax.Attributes pAttrs) throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionpublic void endElement(String pURI, String pLocalName, String pQName) throws org.xml.sax.SAXException
endElement in interface org.xml.sax.ContentHandlerendElement in class RecursiveTypeParserImplorg.xml.sax.SAXExceptionpublic String getMethodName()
public List getParams()
Copyright © 2001–2014. All rights reserved.