Interface XmlErrorUnmarshaller

  • All Known Implementing Classes:
    QueryProtocolUnmarshaller

    public interface XmlErrorUnmarshaller
    Interface to unmarshall a AWS/QUERY or REST/XML error 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