Interface Translator
public interface Translator
Contract to translate the XML string value to specific typed object.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
translate
Translates the XML string value to specific typed object.- Parameters:
value- XML string value.- Returns:
- Specific type object translated from the input XML string value.
- Throws:
XmlMarshallException- Should there be a failure to translate the value.
-