Uses of Interface
org.apache.xmlrpc.parser.TypeParser
Packages that use TypeParser
-
Uses of TypeParser in org.apache.xmlrpc.common
Methods in org.apache.xmlrpc.common that return TypeParserModifier and TypeMethodDescriptionTypeFactory.getParser
(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) Creates a parser for a parameter or result object.TypeFactoryImpl.getParser
(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) -
Uses of TypeParser in org.apache.xmlrpc.jaxb
Classes in org.apache.xmlrpc.jaxb that implement TypeParserMethods in org.apache.xmlrpc.jaxb that return TypeParserModifier and TypeMethodDescriptionJaxbTypeFactory.getParser
(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) -
Uses of TypeParser in org.apache.xmlrpc.parser
Classes in org.apache.xmlrpc.parser that implement TypeParserModifier and TypeClassDescriptionclass
Abstract base implementation ofTypeParser
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 byObjectArraySerializer
.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 aTypeParser
, for derivation of subclasses.class
A SAX parser for anXmlRpcClient
's request.class
A SAX parser for anXmlRpcServer
's response.Fields in org.apache.xmlrpc.parser declared as TypeParser