org.apache.xmlrpc.server
public class XmlRpcServer extends XmlRpcController implements XmlRpcRequestProcessor
Method Summary | |
---|---|
Object | execute(XmlRpcRequest pRequest) Performs the given request. |
XmlRpcConfig | getConfig() |
protected XmlRpcWorkerFactory | getDefaultXmlRpcWorkerFactory() |
XmlRpcHandlerMapping | getHandlerMapping() Returns the servers handler mapping. |
TypeConverterFactory | getTypeConverterFactory() |
void | setConfig(XmlRpcServerConfig pConfig) Sets the servers configuration. |
void | setHandlerMapping(XmlRpcHandlerMapping pMapping) Sets the servers handler mapping. |
void | setTypeConverterFactory(TypeConverterFactory pFactory) Sets the servers {@link TypeConverterFactory}. |
Parameters: pRequest The request being executed.
Returns: The result object.
Throws: XmlRpcException The request failed.
Returns: The servers handler mapping.
Parameters: pConfig The new server configuration.
Parameters: pMapping The servers handler mapping.