org.ikasan.framework.error.serialisation
Interface ErrorOccurrenceXmlConverter

All Known Implementing Classes:
DefaultErrorOccurrenceXmlConverter

public interface ErrorOccurrenceXmlConverter

Simple XML Serialisation interface for ErrorOccurrences

Author:
Ikasan Development Team

Method Summary
 String toXml(ErrorOccurrence errorOccurence)
          Convert the ErrorOccurrence to XML
 

Method Detail

toXml

String toXml(ErrorOccurrence errorOccurence)
             throws TransformerException
Convert the ErrorOccurrence to XML

Parameters:
errorOccurence -
Returns:
Throws:
TransformerException


Copyright © 2007-2012 Ikasan. All Rights Reserved.