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