it.eng.spago.dispatching.httpchannel.upload
Class SaveAsAttributeUploader

java.lang.Object
  extended byit.eng.spago.dispatching.service.DefaultRequestContext
      extended byit.eng.spago.dispatching.httpchannel.upload.SaveAsAttributeUploader
All Implemented Interfaces:
IUploadHandler, it.eng.spago.dispatching.service.RequestContextIFace, java.io.Serializable

public class SaveAsAttributeUploader
extends it.eng.spago.dispatching.service.DefaultRequestContext
implements IUploadHandler

See Also:
Serialized Form

Constructor Summary
SaveAsAttributeUploader()
           
 
Method Summary
 void upload(org.apache.commons.fileupload.FileItem fileItem)
           
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAsAttributeUploader

public SaveAsAttributeUploader()
Method Detail

upload

public void upload(org.apache.commons.fileupload.FileItem fileItem)
            throws java.lang.Exception
Specified by:
upload in interface IUploadHandler
Throws:
java.lang.Exception