Interface XmlErrorUnmarshaller
-
- All Known Implementing Classes:
QueryProtocolUnmarshaller
public interface XmlErrorUnmarshallerInterface to unmarshall a AWS/QUERY or REST/XML error response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <TypeT extends SdkPojo>
TypeTunmarshall(SdkPojo sdkPojo, XmlElement resultRoot, SdkHttpFullResponse response)
-
-
-
Method Detail
-
unmarshall
<TypeT extends SdkPojo> TypeT unmarshall(SdkPojo sdkPojo, XmlElement resultRoot, SdkHttpFullResponse response)
- Type Parameters:
TypeT- Type being unmarshalled.- Parameters:
sdkPojo- Builder for exception class to unmarshall.resultRoot- Parsed XML document of response.response- HTTP response.- Returns:
- Unmarshalled exception
-
-