public class ListInstanceResponseUnmarshaller extends Object implements Unmarshaller<ListInstanceResponse,InputStream>
| Constructor and Description |
|---|
ListInstanceResponseUnmarshaller(AbstractBceResponse response)
Constructs a list instance response object used to store unmarshalled result.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstanceResponse |
unmarshall(InputStream in)
Unmarshal the list instance response from TableStorage
|
public ListInstanceResponseUnmarshaller(AbstractBceResponse response)
response - The list instance response object used to store unmarshalled
resultpublic ListInstanceResponse unmarshall(InputStream in) throws Exception
unmarshall in interface Unmarshaller<ListInstanceResponse,InputStream>in - The input stream of content to be unmarshalled.ExceptionCopyright © 2024. All rights reserved.