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 interfaceXmlRpcHttpServerConfigHTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcServerConfig Modifier and Type Class Description classXmlRpcServerConfigImplDefault implementation ofXmlRpcServerConfig.Fields in org.apache.xmlrpc.server declared as XmlRpcServerConfig Modifier and Type Field Description private XmlRpcServerConfigXmlRpcServer. configMethods in org.apache.xmlrpc.server with parameters of type XmlRpcServerConfig Modifier and Type Method Description voidXmlRpcServer. setConfig(XmlRpcServerConfig pConfig)Sets the servers configuration.
-