Uses of Interface org.apache.xmlrpc.parser.TypeParser

Uses in package org.apache.xmlrpc.jaxb

Classes implementing org.apache.xmlrpc.parser.TypeParser

class
A parser for JAXB objects.

Methods with return type org.apache.xmlrpc.parser.TypeParser

TypeParser
JaxbTypeFactory.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)

Uses in package org.apache.xmlrpc.parser

Classes implementing org.apache.xmlrpc.parser.TypeParser

class
Abstract base implementation of TypeParser for parsing an atomic value.
class
Parser for BigDecimal values.
class
Parser for BigInteger values.
class
Parser for boolean values.
class
A parser for base64 elements.
class
Parser for integer values.
class
Parser for integer values.
class
Parser for double values.
class
Base class for parsing external XML representations, like DOM, or JAXB.
class
Parser for float values.
class
Parser for byte values.
class
Parser for short values.
class
Parser for integer values.
class
Parser for long values.
class
Parser for long values.
class
TypeParser implementation for maps.
class
A parser for DOM document.
class
SAX parser for a nil element (null value).
class
Parser for an array of objects, as created by ObjectArraySerializer.
class
Abstract base class of a parser, that invokes other type parsers recursively.
class
A parser for serializable objects.
class
Parser implementation for parsing a string.
class
Abstract base implementation of a TypeParser, for derivation of subclasses.
class
A SAX parser for an XmlRpcClient's request.
class
A SAX parser for an XmlRpcServer's response.

Uses in package org.apache.xmlrpc.common

Methods with return type org.apache.xmlrpc.parser.TypeParser

TypeParser
TypeFactory.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)
Creates a parser for a parameter or result object.
TypeParser
TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)

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