Original commit message

ChangeScribe message

Add a SimpleXML converter.


BUG - FEATURE: <type-ID>


This is a large modifier commit: this is a commit with many methods and combines multiple roles. This commit includes changes to internationalization, properties or configuration files (pom.xml). This change set is mainly composed of:


1. Changes to package retrofit.converter:


1.1. Add a Converter implementation for simple XML converter. It allows to:


Instantiate simple XML converter with serializer;

Process simple XML converter simple XML converter from body;

Convert simple XML converter to body


Referenced by:

SimpleXMLConverterTest class