| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcConfigImpl
Default implementation of
XmlRpcConfig. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlRpcHttpClientConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
|
interface |
XmlRpcHttpRequestConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
interface |
XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which
is implemented by writing to a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.
|
| 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.
|
TypeSerializer |
TypeFactoryImpl.getSerializer(XmlRpcStreamConfig pConfig,
Object pObject) |
TypeSerializer |
TypeFactory.getSerializer(XmlRpcStreamConfig pConfig,
Object pObject)
Creates a serializer for the object
pObject. |
| Modifier and Type | Method and Description |
|---|---|
TypeParser |
JaxbTypeFactory.getParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
String pURI,
String pLocalName) |
TypeSerializer |
JaxbTypeFactory.getSerializer(XmlRpcStreamConfig pConfig,
Object pObject) |
| Modifier and Type | Field and Description |
|---|---|
protected XmlRpcStreamConfig |
RecursiveTypeParserImpl.cfg |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ContentHandler |
XmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
OutputStream pStream)
Creates a new instance of
ContentHandler,
writing to the given OutputStream. |
ContentHandler |
BaseXmlWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
OutputStream pStream) |
ContentHandler |
DefaultXMLWriterFactory.getXmlWriter(XmlRpcStreamConfig pConfig,
OutputStream pStream) |
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlRpcHttpServerConfig
HTTP servers configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcServerConfigImpl
Default implementation of
XmlRpcServerConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestData
Web servers extension of
XmlRpcHttpRequestConfig,
which allows to store additional per request data. |
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.