Method and Description |
---|
org.apache.xmlrpc.XmlWriter.canonicalizeEncoding(String)
This method will not be visible in 2.0.
|
org.apache.xmlrpc.WebServer.checkSocket(Socket)
Use allowConnection(Socket) instead.
|
org.apache.xmlrpc.XmlRpcClient.setBasicAuthentication(String, String)
Authentication is now handled by each XmlRpcTransport
|
Constructor and Description |
---|
org.apache.xmlrpc.DefaultXmlRpcTransport(URL, String)
Use setBasicAuthentication instead of passing an encoded authentication String.
|
org.apache.xmlrpc.DefaultXmlRpcTransportFactory(URL, String)
use setBasicAuthentication method instead
|
org.apache.xmlrpc.SystemHandler(XmlRpcHandlerMapping)
use new SystemHandler() and addDefaultSystemHandlers() instead.
|
org.apache.xmlrpc.SystemHandler(XmlRpcServer)
use new SystemHandler() and addDefaultSystemHandlers() instead.
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.