Uses of Interface
org.apache.xmlrpc.parser.TypeParser
-
Packages that use TypeParser Package Description org.apache.xmlrpc.common org.apache.xmlrpc.jaxb org.apache.xmlrpc.parser -
-
Uses of TypeParser in org.apache.xmlrpc.common
Methods in org.apache.xmlrpc.common that return TypeParser Modifier and Type Method Description TypeParser
TypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
Creates a parser for a parameter or result object.TypeParser
TypeFactoryImpl. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
-
Uses of TypeParser in org.apache.xmlrpc.jaxb
Classes in org.apache.xmlrpc.jaxb that implement TypeParser Modifier and Type Class Description class
JaxbParser
A parser for JAXB objects.Methods in org.apache.xmlrpc.jaxb that return TypeParser Modifier and Type Method Description TypeParser
JaxbTypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)
-
Uses of TypeParser in org.apache.xmlrpc.parser
Classes in org.apache.xmlrpc.parser that implement TypeParser Modifier and Type Class Description class
AtomicParser
Abstract base implementation ofTypeParser
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
ExtParser
Base class for parsing external XML representations, like DOM, or JAXB.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
NodeParser
A parser for DOM document.class
NullParser
SAX parser for a nil element (null value).class
ObjectArrayParser
Parser for an array of objects, as created byObjectArraySerializer
.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
TypeParserImpl
Abstract base implementation of aTypeParser
, for derivation of subclasses.class
XmlRpcRequestParser
A SAX parser for anXmlRpcClient
's request.class
XmlRpcResponseParser
A SAX parser for anXmlRpcServer
's response.Fields in org.apache.xmlrpc.parser declared as TypeParser Modifier and Type Field Description private TypeParser
RecursiveTypeParserImpl. typeParser
-