API FinTP REST
 All Classes Namespaces Files Functions Variables
ro.allevo.fintpws.util.JsonResponseWrapper Class Reference

Static Public Member Functions

static Response getResponse (Response.Status code, URI uri)
 
static Response getResponse (Response.Status code, String message)
 
static Response getResponse (int code, String message)
 
static Response getResponse (int code, String message, URI uri)
 
static Response getResponse (Response.Status code, String message, URI uri)
 
static JSONObject getEntity (int code, String message, URI uri) throws JSONException
 
static JSONObject getEntity (Response.Status code, String message, URI uri) throws JSONException
 

Private Member Functions

 JsonResponseWrapper ()
 

Static Private Attributes

static Logger logger
 Field logger. More...
 

Constructor & Destructor Documentation

ro.allevo.fintpws.util.JsonResponseWrapper.JsonResponseWrapper ( )
inlineprivate

Member Function Documentation

static JSONObject ro.allevo.fintpws.util.JsonResponseWrapper.getEntity ( int  code,
String  message,
URI  uri 
) throws JSONException
inlinestatic
static JSONObject ro.allevo.fintpws.util.JsonResponseWrapper.getEntity ( Response.Status  code,
String  message,
URI  uri 
) throws JSONException
inlinestatic
static Response ro.allevo.fintpws.util.JsonResponseWrapper.getResponse ( Response.Status  code,
URI  uri 
)
inlinestatic
static Response ro.allevo.fintpws.util.JsonResponseWrapper.getResponse ( Response.Status  code,
String  message 
)
inlinestatic
static Response ro.allevo.fintpws.util.JsonResponseWrapper.getResponse ( int  code,
String  message 
)
inlinestatic
static Response ro.allevo.fintpws.util.JsonResponseWrapper.getResponse ( int  code,
String  message,
URI  uri 
)
inlinestatic
static Response ro.allevo.fintpws.util.JsonResponseWrapper.getResponse ( Response.Status  code,
String  message,
URI  uri 
)
inlinestatic

Member Data Documentation

Logger ro.allevo.fintpws.util.JsonResponseWrapper.logger
staticprivate
Initial value:
= LogManager
.getLogger(JsonResponseWrapper.class.getName())

Field logger.


The documentation for this class was generated from the following file: