Interface XmlUnmarshaller<T>
- Type Parameters:
 T- Type to unmarshall into
public interface XmlUnmarshaller<T>
Interface to unmarshall response fields for Xml service
- 
Method Summary
Modifier and TypeMethodDescriptionunmarshall(XmlUnmarshallerContext context, List<XmlElement> content, SdkField<T> field)  
- 
Method Details
- 
unmarshall
 
 -