Uses of Class
org.exoplatform.ws.frameworks.json.impl.JsonException

Packages that use JsonException
org.exoplatform.ws.frameworks.json   
org.exoplatform.ws.frameworks.json.impl   
org.exoplatform.ws.frameworks.json.value   
org.exoplatform.ws.frameworks.json.value.impl   
 

Uses of JsonException in org.exoplatform.ws.frameworks.json
 

Methods in org.exoplatform.ws.frameworks.json that throw JsonException
 void JsonWriter.close()
          Close output writer.
 JsonValue JsonGenerator.createJsonObject(java.lang.Object bean)
          Get HashMap representation for Java Bean object.
 void JsonWriter.flush()
          Flush output writer.
 void JsonParser.parse(java.io.InputStream in, JsonHandler handler)
          Parse given character stream and build object.
 void JsonParser.parse(java.io.Reader reader, JsonHandler handler)
          Parse given character stream and build object.
 void JsonWriter.writeEndArray()
          Write the end of JSON array ']'.
 void JsonWriter.writeEndObject()
          Write the end of JSON object '}'.
 void JsonWriter.writeKey(java.lang.String key)
          Write the key.
 void JsonWriter.writeNull()
          Write the null data to stream.
 void JsonWriter.writeStartArray()
          Write the start of JSON array '['.
 void JsonWriter.writeStartObject()
          Write the start of JSON object '{'.
 void JsonWriter.writeString(java.lang.String value)
          Write the String to stream.
 void JsonWriter.writeValue(boolean value)
          Write the value of boolean type to stream.
 void JsonWriter.writeValue(double value)
          Write the value of double type to stream.
 void JsonWriter.writeValue(long value)
          Write the value of long type to stream.
 

Uses of JsonException in org.exoplatform.ws.frameworks.json.impl
 

Methods in org.exoplatform.ws.frameworks.json.impl that throw JsonException
 void JsonWriterImpl.close()
          Close output writer.
 JsonValue JsonGeneratorImpl.createJsonObject(java.lang.Object object)
          Get HashMap representation for Java Bean object.
protected  JsonValue JsonGeneratorImpl.createJsonValue(java.lang.Object object)
          Create JsonValue corresponding to Java object.
 void JsonWriterImpl.flush()
          Flush output writer.
 void JsonParserImpl.parse(java.io.InputStream sream, JsonHandler handler)
          Parse given character stream and build object.
 void JsonParserImpl.parse(java.io.Reader reader, JsonHandler handler)
          Parse given character stream and build object.
 void JsonWriterImpl.writeEndArray()
          Write the end of JSON array ']'.
 void JsonWriterImpl.writeEndObject()
          Write the end of JSON object '}'.
 void JsonWriterImpl.writeKey(java.lang.String key)
          Write the key.
 void JsonWriterImpl.writeNull()
          Write the null data to stream.
 void JsonWriterImpl.writeStartArray()
          Write the start of JSON array '['.
 void JsonWriterImpl.writeStartObject()
          Write the start of JSON object '{'.
 void JsonWriterImpl.writeString(java.lang.String value)
          Write the String to stream.
 void JsonWriterImpl.writeValue(boolean value)
          Write the value of boolean type to stream.
 void JsonWriterImpl.writeValue(double value)
          Write the value of double type to stream.
 void JsonWriterImpl.writeValue(long value)
          Write the value of long type to stream.
 

Uses of JsonException in org.exoplatform.ws.frameworks.json.value
 

Methods in org.exoplatform.ws.frameworks.json.value that throw JsonException
abstract  void JsonValue.writeTo(JsonWriter writer)
          Write value in given writer.
 

Uses of JsonException in org.exoplatform.ws.frameworks.json.value.impl
 

Methods in org.exoplatform.ws.frameworks.json.value.impl that throw JsonException
 void BooleanValue.writeTo(JsonWriter writer)
          Write value in given writer.
 void LongValue.writeTo(JsonWriter writer)
          Write value in given writer.
 void ObjectValue.writeTo(JsonWriter writer)
          Write value in given writer.
abstract  void NumericValue.writeTo(JsonWriter writer)
          Write value in given writer.
 void ArrayValue.writeTo(JsonWriter writer)
          Write value in given writer.
 void NullValue.writeTo(JsonWriter writer)
          Write value in given writer.
 void StringValue.writeTo(JsonWriter writer)
          Write value in given writer.
 void DoubleValue.writeTo(JsonWriter writer)
          Write value in given writer.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.