Deprecated API

Contents

Deprecated Methods

org.apache.xmlrpc.WebServer.checkSocket(Socket)
Use allowConnection(Socket) instead.
org.apache.xmlrpc.XmlRpcClient.setBasicAuthentication(String,String)
Authentication is now handled by each XmlRpcTransport
org.apache.xmlrpc.XmlWriter.canonicalizeEncoding(String)
This method will not be visible in 2.0.

Deprecated Constructors

org.apache.xmlrpc.DefaultXmlRpcTransport.DefaultXmlRpcTransport(URL,String)
Use setBasicAuthentication instead of passing an encoded authentication String.
org.apache.xmlrpc.DefaultXmlRpcTransportFactory.DefaultXmlRpcTransportFactory(URL,String)
use setBasicAuthentication method instead
org.apache.xmlrpc.SystemHandler.SystemHandler(XmlRpcHandlerMapping)
use new SystemHandler() and addDefaultSystemHandlers() instead.
org.apache.xmlrpc.SystemHandler.SystemHandler(XmlRpcServer)
use new SystemHandler() and addDefaultSystemHandlers() instead.

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.