| Package | Description |
|---|---|
| org.apache.xmlrpc.client.util | |
| org.apache.xmlrpc.common | |
| org.apache.xmlrpc.metadata | |
| org.apache.xmlrpc.server | |
| org.apache.xmlrpc.webserver |
| Constructor and Description |
|---|
ClientFactory(XmlRpcClient pClient,
TypeConverterFactory pTypeConverterFactory)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeConverterFactoryImpl
Default implementation of
TypeConverterFactory. |
| Modifier and Type | Method and Description |
|---|---|
TypeConverterFactory |
XmlRpcRequestProcessor.getTypeConverterFactory()
Returns the request processors
TypeConverterFactory. |
| Constructor and Description |
|---|
ReflectiveXmlRpcMetaDataHandler(AbstractReflectiveHandlerMapping pMapping,
TypeConverterFactory pTypeConverterFactory,
Class pClass,
RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
Method[] pMethods,
String[][] pSignatures,
String pMethodHelp)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
TypeConverterFactory |
AbstractReflectiveHandlerMapping.getTypeConverterFactory()
Returns the mappings
TypeConverterFactory. |
TypeConverterFactory |
XmlRpcServer.getTypeConverterFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReflectiveHandlerMapping.setTypeConverterFactory(TypeConverterFactory pFactory)
Sets the mappings
TypeConverterFactory. |
void |
XmlRpcServer.setTypeConverterFactory(TypeConverterFactory pFactory)
Sets the servers
TypeConverterFactory. |
| Constructor and Description |
|---|
ReflectiveXmlRpcHandler(AbstractReflectiveHandlerMapping pMapping,
TypeConverterFactory pTypeConverterFactory,
Class pClass,
RequestProcessorFactoryFactory.RequestProcessorFactory pFactory,
Method[] pMethods)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
TypeConverterFactory |
XmlRpcServlet.getTypeConverterFactory()
Returns the servlets
TypeConverterFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcServlet.setTypeConverterFactory(TypeConverterFactory pFactory)
Sets the servlets
TypeConverterFactory. |
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.