Package | Description |
---|---|
org.apache.xmlrpc.common | |
org.apache.xmlrpc.jaxb | |
org.apache.xmlrpc.parser | |
org.apache.xmlrpc.serializer |
Modifier and Type | Class and Description |
---|---|
class |
TypeFactoryImpl
Default implementation of a type factory.
|
Modifier and Type | Method and Description |
---|---|
TypeFactory |
XmlRpcController.getTypeFactory()
Returns the type factory.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcController.setTypeFactory(TypeFactory pTypeFactory)
Sets the type factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbTypeFactory
A type factory with support for JAXB objects.
|
Constructor and Description |
---|
MapParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance.
|
ObjectArrayParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance.
|
RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
TypeFactory pFactory)
Creates a new instance.
|
XmlRpcRequestParser(XmlRpcStreamConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance, which parses a clients request.
|
XmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance.
|
Constructor and Description |
---|
ListSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance.
|
MapSerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance.
|
ObjectArraySerializer(TypeFactory pTypeFactory,
XmlRpcStreamConfig pConfig)
Creates a new instance.
|
XmlRpcWriter(XmlRpcStreamConfig pConfig,
ContentHandler pHandler,
TypeFactory pTypeFactory)
Creates a new instance.
|
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.