org.wicketstuff.rest.utils.http
Class HttpResult

java.lang.Object
  extended by org.wicketstuff.rest.utils.http.HttpResult

public class HttpResult
extends Object


Field Summary
static int HTTP_OK
           
 
Constructor Summary
HttpResult(int httpCode, String message)
           
 
Method Summary
 int getHttpCode()
           
 String getMessage()
           
 boolean isSuccessful()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_OK

public static final int HTTP_OK
See Also:
Constant Field Values
Constructor Detail

HttpResult

public HttpResult(int httpCode,
                  String message)
Method Detail

getHttpCode

public int getHttpCode()

getMessage

public String getMessage()

isSuccessful

public boolean isSuccessful()


Copyright © 2013–2014. All rights reserved.