org.gsm.oneapi.foundation
Class JSONResponseData

java.lang.Object
  extended by org.gsm.oneapi.foundation.JSONResponseData

Deprecated.

@Deprecated
public class JSONResponseData
extends java.lang.Object

Initial framework for a JSON response


Field Summary
protected  java.lang.String contentType
          Deprecated.  
protected  int HTTPResponseCode
          Deprecated.  
protected  java.util.HashMap<java.lang.String,org.gsm.oneapi.foundation.JSONParameter> responseParameters
          Deprecated.  
static int VALUE_RESOURCEURL
          Deprecated.  
static int VALUE_STRING
          Deprecated.  
 
Constructor Summary
JSONResponseData(int _HTTPResponseCode, java.lang.String _contentType)
          Deprecated.  
 
Method Summary
protected  void addParameter(int type, java.lang.String key, java.lang.String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_STRING

public static final int VALUE_STRING
Deprecated. 
See Also:
Constant Field Values

VALUE_RESOURCEURL

public static final int VALUE_RESOURCEURL
Deprecated. 
See Also:
Constant Field Values

HTTPResponseCode

protected int HTTPResponseCode
Deprecated. 

responseParameters

protected java.util.HashMap<java.lang.String,org.gsm.oneapi.foundation.JSONParameter> responseParameters
Deprecated. 

contentType

protected java.lang.String contentType
Deprecated. 
Constructor Detail

JSONResponseData

public JSONResponseData(int _HTTPResponseCode,
                        java.lang.String _contentType)
Deprecated. 
Method Detail

addParameter

protected void addParameter(int type,
                            java.lang.String key,
                            java.lang.String value)
Deprecated.