it.eng.spago.dispatching.httpchannel.upload
Interface IUploadHandler

All Known Implementing Classes:
SaveAsAttributeUploader, SaveOnDiskUploader

public interface IUploadHandler


Method Summary
 void upload(org.apache.commons.fileupload.FileItem fileItem)
           
 

Method Detail

upload

public void upload(org.apache.commons.fileupload.FileItem fileItem)
            throws java.lang.Exception
Throws:
java.lang.Exception