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,
org.xml.sax.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 org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class RecursiveTypeParserImpl
org.xml.sax.SAXException
protected void addResult(Object pValue)
addResult
in class RecursiveTypeParserImpl
public void endElement(String pURI, String pLocalName, String pQName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class RecursiveTypeParserImpl
org.xml.sax.SAXException
public void startElement(String pURI, String pLocalName, String pQName, org.xml.sax.Attributes pAttrs) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class RecursiveTypeParserImpl
org.xml.sax.SAXException
Copyright © 2001–2014. All rights reserved.