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
Fields in org.apache.xmlrpc.webserver declared as XmlRpcServletServer Modifier and Type Field Description private XmlRpcServletServerXmlRpcServlet. serverMethods 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.
-