org.apache.xmlrpc.parser

Class ObjectArrayParser

public class ObjectArrayParser extends RecursiveTypeParserImpl

Parser for an array of objects, as created by {@link org.apache.xmlrpc.serializer.ObjectArraySerializer}.
Constructor Summary
ObjectArrayParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.
Method Summary
protected voidaddResult(Object pValue)
voidendElement(String pURI, String pLocalName, String pQName)
voidstartDocument()
voidstartElement(String pURI, String pLocalName, String pQName, Attributes pAttrs)

Constructor Detail

ObjectArrayParser

public ObjectArrayParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, TypeFactory pFactory)
Creates a new instance.

Parameters: pContext The namespace context. pConfig The request or response configuration. pFactory The type factory.

Method Detail

addResult

protected void addResult(Object pValue)

endElement

public void endElement(String pURI, String pLocalName, String pQName)

startDocument

public void startDocument()

startElement

public void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.