Uses of Class
org.apache.xmlrpc.webserver.XmlRpcServletServer
Packages that use XmlRpcServletServer
-
Uses of XmlRpcServletServer in org.apache.xmlrpc.webserver
Fields in org.apache.xmlrpc.webserver declared as XmlRpcServletServerMethods in org.apache.xmlrpc.webserver that return XmlRpcServletServerModifier and TypeMethodDescriptionXmlRpcServlet.getXmlRpcServletServer()
Returns the servlets instance ofXmlRpcServletServer
.protected XmlRpcServletServer
XmlRpcServlet.newXmlRpcServer
(javax.servlet.ServletConfig pConfig) Creates a new instance ofXmlRpcServer
, which is being used to process the requests.