org.apache.xmlrpc.parser
public class ObjectArrayParser extends RecursiveTypeParserImpl
Constructor Summary | |
---|---|
ObjectArrayParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory) Creates a new instance. |
Method Summary | |
---|---|
protected void | addResult(Object pValue) |
void | endElement(String pURI, String pLocalName, String pQName) |
void | startDocument() |
void | startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) |
Parameters: pContext The namespace context. pConfig The request or response configuration. pFactory The type factory.