Package org.apache.xmlrpc.parser

Interface Summary

TypeParserInterface of a SAX handler parsing a single parameter or result object.

Class Summary

AtomicParserAbstract base implementation of TypeParser for parsing an atomic value.
BigDecimalParserParser for BigDecimal values.
BigIntegerParserParser for BigInteger values.
BooleanParserParser for boolean values.
ByteArrayParserA parser for base64 elements.
CalendarParserParser for integer values.
DateParserParser for integer values.
DoubleParserParser for double values.
ExtParserBase class for parsing external XML representations, like DOM, or JAXB.
FloatParserParser for float values.
I1ParserParser for byte values.
I2ParserParser for short values.
I4ParserParser for integer values.
I8ParserParser for long values.
LongParserParser for long values.
MapParserTypeParser implementation for maps.
NodeParserA parser for DOM document.
NullParserSAX parser for a nil element (null value).
ObjectArrayParserParser for an array of objects, as created by ObjectArraySerializer.
RecursiveTypeParserImplAbstract base class of a parser, that invokes other type parsers recursively.
SerializableParserA parser for serializable objects.
StringParserParser implementation for parsing a string.
TypeParserImplAbstract base implementation of a TypeParser, for derivation of subclasses.
XmlRpcRequestParserA SAX parser for an XmlRpcClient's request.
XmlRpcResponseParserA SAX parser for an XmlRpcServer's response.

Copyright © 2001-2007
Apache Software Foundation. All Rights Reserved.