Uses of Interface
org.apache.xmlrpc.server.XmlRpcServerConfig
-
Packages that use XmlRpcServerConfig Package Description org.apache.xmlrpc.server -
-
Uses of XmlRpcServerConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcServerConfig in org.apache.xmlrpc.server Modifier and Type Interface Description interface
XmlRpcHttpServerConfig
HTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcServerConfig Modifier and Type Class Description class
XmlRpcServerConfigImpl
Default implementation ofXmlRpcServerConfig
.Methods in org.apache.xmlrpc.server with parameters of type XmlRpcServerConfig Modifier and Type Method Description void
XmlRpcServer. setConfig(XmlRpcServerConfig pConfig)
Sets the servers configuration.
-