Package org.apache.xmlrpc.common
Interface XmlRpcRequestProcessorFactory
-
- All Known Subinterfaces:
XmlRpcLocalClientConfig
- All Known Implementing Classes:
XmlRpcClientConfigImpl
public interface XmlRpcRequestProcessorFactory
Interface of an object, which may be used to create instances ofXmlRpcRequestProcessor
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlRpcRequestProcessor
getXmlRpcServer()
Returns theXmlRpcRequestProcessor
being invoked.
-
-
-
Method Detail
-
getXmlRpcServer
XmlRpcRequestProcessor getXmlRpcServer()
Returns theXmlRpcRequestProcessor
being invoked.- Returns:
- Server object being invoked. This will typically be a singleton instance, but could as well create a new instance with any call.
-
-