Class ProgressStatusDTOJsonProprietaryReader
- java.lang.Object
-
- com.sun.enterprise.admin.remote.reader.ProgressStatusDTOJsonProprietaryReader
-
- All Implemented Interfaces:
ProprietaryReader<ProgressStatusDTO>
public class ProgressStatusDTOJsonProprietaryReader extends Object implements ProprietaryReader<ProgressStatusDTO>
- Author:
- mmares
-
-
Constructor Summary
Constructors Constructor Description ProgressStatusDTOJsonProprietaryReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisReadable(Class<?> type, String mimetype)static ProgressStatusDTO.ChildProgressStatusDTOreadChildProgressStatus(com.fasterxml.jackson.core.JsonParser jp)ProgressStatusDTOreadFrom(InputStream is, String contentType)ProgressStatusDTOreadFrom(HttpURLConnection urlConnection)static ProgressStatusDTOreadProgressStatus(com.fasterxml.jackson.core.JsonParser jp)
-
-
-
Method Detail
-
isReadable
public boolean isReadable(Class<?> type, String mimetype)
- Specified by:
isReadablein interfaceProprietaryReader<ProgressStatusDTO>
-
readFrom
public ProgressStatusDTO readFrom(HttpURLConnection urlConnection) throws IOException
- Throws:
IOException
-
readFrom
public ProgressStatusDTO readFrom(InputStream is, String contentType) throws IOException
- Specified by:
readFromin interfaceProprietaryReader<ProgressStatusDTO>- Throws:
IOException
-
readProgressStatus
public static ProgressStatusDTO readProgressStatus(com.fasterxml.jackson.core.JsonParser jp) throws IOException
- Throws:
IOException
-
readChildProgressStatus
public static ProgressStatusDTO.ChildProgressStatusDTO readChildProgressStatus(com.fasterxml.jackson.core.JsonParser jp) throws IOException
- Throws:
IOException
-
-