Deprecated API


Contents
Deprecated Methods
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 
 

Deprecated Constructors
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 2001-2001-2005 Apache Software Foundation. All Rights Reserved.