Uses of Class
org.apache.xmlrpc.webserver.XmlRpcServletServer
-
Packages that use XmlRpcServletServer Package Description org.apache.xmlrpc.webserver -
-
Uses of XmlRpcServletServer in org.apache.xmlrpc.webserver
Methods in org.apache.xmlrpc.webserver that return XmlRpcServletServer Modifier and Type Method Description XmlRpcServletServerXmlRpcServlet. getXmlRpcServletServer()Returns the servlets instance ofXmlRpcServletServer.protected XmlRpcServletServerXmlRpcServlet. newXmlRpcServer(javax.servlet.ServletConfig pConfig)Creates a new instance ofXmlRpcServer, which is being used to process the requests.
-