public interface XmlErrorUnmarshaller
Modifier and Type | Method and Description |
---|---|
<TypeT extends SdkPojo> |
unmarshall(SdkPojo sdkPojo,
XmlElement resultRoot,
SdkHttpFullResponse response) |
<TypeT extends SdkPojo> TypeT unmarshall(SdkPojo sdkPojo, XmlElement resultRoot, SdkHttpFullResponse response)
TypeT
- Type being unmarshalled.sdkPojo
- Builder for exception class to unmarshall.resultRoot
- Parsed XML document of response.response
- HTTP response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.