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