Interface Translator


public interface Translator
Contract to translate the XML string value to specific typed object.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Translates the XML string value to specific typed object.
  • Method Details

    • translate

      Object translate(String value) throws XmlMarshallException
      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.