public class ActionReportJsonProprietaryReader extends Object implements ProprietaryReader<ActionReport>
| Constructor and Description |
|---|
ActionReportJsonProprietaryReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fillActionReport(ActionReport ar,
org.codehaus.jettison.json.JSONObject json) |
boolean |
isReadable(Class<?> type,
String mimetype) |
ActionReport |
readFrom(HttpURLConnection urlConnection) |
ActionReport |
readFrom(InputStream is,
String contentType) |
public boolean isReadable(Class<?> type, String mimetype)
isReadable in interface ProprietaryReader<ActionReport>public ActionReport readFrom(HttpURLConnection urlConnection) throws IOException
IOExceptionpublic ActionReport readFrom(InputStream is, String contentType) throws IOException
readFrom in interface ProprietaryReader<ActionReport>IOExceptionpublic static void fillActionReport(ActionReport ar, org.codehaus.jettison.json.JSONObject json) throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionCopyright © 2017. All rights reserved.