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