public final class XmlResponseParserUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<SdkField<?>> |
getBlobTypePayloadMemberToUnmarshal(SdkPojo sdkPojo)
Gets the Member which is a Payload and which is of Blob Type.
|
static XmlElement |
parse(SdkPojo sdkPojo,
SdkHttpFullResponse response)
Parse an XML response if one is expected and available.
|
public static XmlElement parse(SdkPojo sdkPojo, SdkHttpFullResponse response)
sdkPojo - the SDK builder object associated with the final responseresponse - the HTTP responseCopyright © 2023. All rights reserved.