public class ObjectArrayParser extends RecursiveTypeParserImpl
ObjectArraySerializer
.cfg
Constructor and Description |
---|
ObjectArrayParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
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) |
characters, endPrefixMapping, endValueTag, ignorableWhitespace, processingInstruction, skippedEntity, startPrefixMapping, startValueTag
endDocument, getDocumentLocator, getResult, isEmpty, setDocumentLocator, setResult
public ObjectArrayParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)
pContext
- The namespace context.pConfig
- The request or response configuration.pFactory
- The type factory.public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class RecursiveTypeParserImpl
SAXException
protected void addResult(Object pValue)
addResult
in class RecursiveTypeParserImpl
public void endElement(String pURI, String pLocalName, String pQName) throws SAXException
endElement
in interface ContentHandler
endElement
in class RecursiveTypeParserImpl
SAXException
public void startElement(String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException
startElement
in interface ContentHandler
startElement
in class RecursiveTypeParserImpl
SAXException
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.