EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.tucana
Class UploadReceiverService

java.lang.Object
  extended by echopoint.tucana.BaseUploadService
      extended by echopoint.tucana.UploadReceiverService
All Implemented Interfaces:
Service

public class UploadReceiverService
extends BaseUploadService

Processes a file upload HTTP request from the client.

Version:
$Id: UploadReceiverService.java 106 2009-02-03 16:00:33Z sptrakesh $
Author:
Echo File Transfer Library

Field Summary
 
Fields inherited from interface nextapp.echo.webcontainer.Service
DO_NOT_CACHE
 
Method Summary
 String getId()
           
 int getVersion()
           
static void install()
          Installs this service if not already installed.
 void service(Connection conn, FileUploadSelector uploadSelect, String uploadIndex)
          Performs the actual service of the request.
 
Methods inherited from class echopoint.tucana.BaseUploadService
service, serviceBadRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

install

public static void install()
Installs this service if not already installed.


getId

public String getId()
See Also:
Service.getId()

getVersion

public int getVersion()
See Also:
Service.getVersion()

service

public void service(Connection conn,
                    FileUploadSelector uploadSelect,
                    String uploadIndex)
             throws IOException
Description copied from class: BaseUploadService
Performs the actual service of the request.

Specified by:
service in class BaseUploadService
Parameters:
conn - The connection to the application.
uploadSelect - The file upload selector instance.
uploadIndex - The unique index of the current upload for the instance.
Throws:
IOException - If errors are encountered.
See Also:
BaseUploadService.service(nextapp.echo.webcontainer.Connection , FileUploadSelector, String )

EchoPoint API - 3.0.0b5
App Webcontainer