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 |
XmlRpcServer.getTypeConverterFactory() |
TypeConverterFactory |
AbstractReflectiveHandlerMapping.getTypeConverterFactory()
Returns the mappings
TypeConverterFactory . |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcServer.setTypeConverterFactory(TypeConverterFactory pFactory)
Sets the servers
TypeConverterFactory . |
void |
AbstractReflectiveHandlerMapping.setTypeConverterFactory(TypeConverterFactory pFactory)
Sets the mappings
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–2023 The Apache Software Foundation. All rights reserved.