Package response.logic
Class ResponseReader
java.lang.Object
response.logic.ResponseReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreadObject
(InputStream in) Class<? extends BaseResponse>
resolveType
(InputStream in)
-
Constructor Details
-
ResponseReader
public ResponseReader()
-
-
Method Details
-
readObject
public BaseResponse readObject(InputStream in) throws IOException, ClassNotFoundException, GotAnErrorResponseException, ProceedException -
resolveType
public Class<? extends BaseResponse> resolveType(InputStream in) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-