Package | Description |
---|---|
org.apache.xmlrpc.common | |
org.apache.xmlrpc.jaxb | |
org.apache.xmlrpc.parser |
Modifier and Type | Method and Description |
---|---|
TypeParser |
TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
String pURI,
String pLocalName) |
TypeParser |
TypeFactory.getParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
String pURI,
String pLocalName)
Creates a parser for a parameter or result object.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbParser
A parser for JAXB objects.
|
Modifier and Type | Method and Description |
---|---|
TypeParser |
JaxbTypeFactory.getParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
String pURI,
String pLocalName) |
Modifier and Type | Class and Description |
---|---|
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 |
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 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 |
TypeParserImpl
Abstract base implementation of a
TypeParser ,
for derivation of subclasses. |
class |
XmlRpcRequestParser
A SAX parser for an
XmlRpcClient 's
request. |
class |
XmlRpcResponseParser
A SAX parser for an
XmlRpcServer 's
response. |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.