Interface XmlUnmarshaller<T>
-
- Type Parameters:
T- Type to unmarshall into
public interface XmlUnmarshaller<T>Interface to unmarshall response fields for Xml service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tunmarshall(XmlUnmarshallerContext context, List<XmlElement> content, SdkField<T> field)
-
-
-
Method Detail
-
unmarshall
T unmarshall(XmlUnmarshallerContext context, List<XmlElement> content, SdkField<T> field)
-
-