* @param mapping The message to export.
* @throws IOException if an error occurs.
*/
public void exportMessage(Message message) throws IOException
{
XMLMessageMappingExporter mappingExporter = null;
if (message.getFormat() != null)
{
mappingExporter = getMessageMappingExporter(message.getFormat());
}