org.apache.turbine.services.xmlrpc.util
Class AuthenticatedFileHandler

java.lang.Object
  extended byorg.apache.turbine.services.xmlrpc.util.FileHandler
      extended byorg.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
All Implemented Interfaces:
org.apache.xmlrpc.AuthenticatedXmlRpcHandler

Deprecated. This is not scope of the Service itself but of an application which uses the service. This class shouldn't be part of Turbine but of an addon application.

public class AuthenticatedFileHandler
extends FileHandler
implements org.apache.xmlrpc.AuthenticatedXmlRpcHandler

An authenticated Handler for use with the XML-RPC service that will deal with clients sending file to the server (Turbine application) and clients getting files from the server (Turbine application). usage in TurbineResources.properties is: services.XmlRpcService.handler.file = org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler See the FileHandler class for further documentation.

Version:
$Id: AuthenticatedFileHandler.java 534527 2007-05-02 16:10:59Z tv $
Author:
John Thorhauer

Constructor Summary
AuthenticatedFileHandler()
          Deprecated. Default Constructor
 
Method Summary
 java.lang.Object execute(java.lang.String method, java.util.Vector params, java.lang.String username, java.lang.String password)
          Deprecated. Handles all requests for an Authenticated file transfer.
 
Methods inherited from class org.apache.turbine.services.xmlrpc.util.FileHandler
get, readFileContents, remove, send, writeFileContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedFileHandler

public AuthenticatedFileHandler()
Deprecated. 
Default Constructor

Method Detail

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector params,
                                java.lang.String username,
                                java.lang.String password)
                         throws TurbineException
Deprecated. 
Handles all requests for an Authenticated file transfer.

Specified by:
execute in interface org.apache.xmlrpc.AuthenticatedXmlRpcHandler
Throws:
TurbineException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.