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,
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 SAXException
startDocument in interface ContentHandlerstartDocument in class RecursiveTypeParserImplSAXExceptionpublic void characters(char[] pChars,
int pOffset,
int pLength)
throws SAXException
characters in interface ContentHandlercharacters in class RecursiveTypeParserImplSAXExceptionpublic void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
startElement in interface ContentHandlerstartElement in class RecursiveTypeParserImplSAXExceptionpublic void endElement(String pURI, String pLocalName, String pQName) throws SAXException
endElement in interface ContentHandlerendElement in class RecursiveTypeParserImplSAXExceptionpublic String getMethodName()
public List getParams()
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.