public final class XmlProtocolUnmarshaller extends Object implements XmlErrorUnmarshaller
| Modifier and Type | Field and Description |
|---|---|
static StringToValueConverter.StringToValue<Instant> |
INSTANT_STRING_TO_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static XmlProtocolUnmarshaller |
create() |
<TypeT extends SdkPojo> |
unmarshall(SdkPojo sdkPojo,
SdkHttpFullResponse response) |
<TypeT extends SdkPojo> |
unmarshall(SdkPojo sdkPojo,
XmlElement resultRoot,
SdkHttpFullResponse response)
This method is also used to unmarshall exceptions.
|
public static final StringToValueConverter.StringToValue<Instant> INSTANT_STRING_TO_VALUE
public static XmlProtocolUnmarshaller create()
public <TypeT extends SdkPojo> TypeT unmarshall(SdkPojo sdkPojo, SdkHttpFullResponse response)
public <TypeT extends SdkPojo> TypeT unmarshall(SdkPojo sdkPojo, XmlElement resultRoot, SdkHttpFullResponse response)
unmarshall in interface XmlErrorUnmarshallerCopyright © 2021. All rights reserved.