Uses of Class
org.apache.xmlrpc.parser.TypeParserImpl

Packages that use TypeParserImpl
org.apache.xmlrpc.parser   
 

Uses of TypeParserImpl in org.apache.xmlrpc.parser
 

Subclasses of TypeParserImpl in org.apache.xmlrpc.parser
 class AtomicParser
          Abstract base implementation of TypeParser for parsing an atomic value.
 class BigDecimalParser
          Parser for BigDecimal values.
 class BigIntegerParser
          Parser for BigInteger values.
 class BooleanParser
          Parser for boolean values.
 class ByteArrayParser
          A parser for base64 elements.
 class CalendarParser
          Parser for integer values.
 class DateParser
          Parser for integer values.
 class DoubleParser
          Parser for double values.
 class FloatParser
          Parser for float values.
 class I1Parser
          Parser for byte values.
 class I2Parser
          Parser for short values.
 class I4Parser
          Parser for integer values.
 class I8Parser
          Parser for long values.
 class LongParser
          Parser for long values.
 class MapParser
          TypeParser implementation for maps.
 class NullParser
          SAX parser for a nil element (null value).
 class ObjectArrayParser
          Parser for an array of objects, as created by ObjectArraySerializer.
 class RecursiveTypeParserImpl
          Abstract base class of a parser, that invokes other type parsers recursively.
 class SerializableParser
          A parser for serializable objects.
 class StringParser
          Parser implementation for parsing a string.
 class XmlRpcRequestParser
          A SAX parser for an XmlRpcClient's request.
 class XmlRpcResponseParser
          A SAX parser for an XmlRpcServer's response.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.