public abstract class RestResponseParser extends Object implements ResponseParser
Constructor and Description |
---|
RestResponseParser() |
Modifier and Type | Method and Description |
---|---|
abstract RestActionReport |
parse(InputStream in)
Method parses the response and returns it's object representation -
ActionReport . |
public abstract RestActionReport parse(InputStream in)
ResponseParser
ActionReport
.
parse
in interface ResponseParser
in
- - input stream objectCopyright © 2013. All Rights Reserved.