Package org.apache.axis2.json.factory
Class JsonConstant
- java.lang.Object
-
- org.apache.axis2.json.factory.JsonConstant
-
public class JsonConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
GSON_XML_STREAM_READER
static String
IN_JSON_MESSAGE_NOT_VALID
static String
IS_JSON_STREAM
static String
MOSHI_XML_STREAM_READER
static String
RESPONSE
static String
RETURN_OBJECT
static String
RETURN_TYPE
static String
XMLNODES
-
Constructor Summary
Constructors Constructor Description JsonConstant()
-
-
-
Field Detail
-
RESPONSE
public static final String RESPONSE
- See Also:
- Constant Field Values
-
RETURN_OBJECT
public static final String RETURN_OBJECT
- See Also:
- Constant Field Values
-
RETURN_TYPE
public static final String RETURN_TYPE
- See Also:
- Constant Field Values
-
IS_JSON_STREAM
public static final String IS_JSON_STREAM
- See Also:
- Constant Field Values
-
GSON_XML_STREAM_READER
public static final String GSON_XML_STREAM_READER
- See Also:
- Constant Field Values
-
MOSHI_XML_STREAM_READER
public static final String MOSHI_XML_STREAM_READER
- See Also:
- Constant Field Values
-
XMLNODES
public static final String XMLNODES
- See Also:
- Constant Field Values
-
IN_JSON_MESSAGE_NOT_VALID
public static final String IN_JSON_MESSAGE_NOT_VALID
- See Also:
- Constant Field Values
-
-