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 XmlRpcServletServer
XmlRpcServlet. server
Methods in org.apache.xmlrpc.webserver that return XmlRpcServletServer Modifier and Type Method Description XmlRpcServletServer
XmlRpcServlet. 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.
-