org.cafesip.gwtcomp.client.utils
Class FileUploadUtil

java.lang.Object
  extended by org.cafesip.gwtcomp.client.utils.FileUploadUtil

public class FileUploadUtil
extends Object

An utility class for parsing response returned by the FileUploadServlet servlet.

Author:
Amit Chatterjee

Constructor Summary
FileUploadUtil(String message)
           
 
Method Summary
 String getReason()
          Get the reason phrase returned by the FileUploadServlet.
 int getStatus()
          Get the status code returned by the FileUploadServlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadUtil

public FileUploadUtil(String message)
Method Detail

getReason

public String getReason()
Get the reason phrase returned by the FileUploadServlet.

Returns:
Returns the reason.

getStatus

public int getStatus()
Get the status code returned by the FileUploadServlet.

Returns:
Returns the status.


Copyright © 2010 Cafesip.org. All Rights Reserved.