org.ikasan.framework.error.serialisation
Class DefaultErrorOccurrenceXmlConverter

java.lang.Object
  extended by org.ikasan.framework.error.serialisation.DefaultErrorOccurrenceXmlConverter
All Implemented Interfaces:
ErrorOccurrenceXmlConverter

public class DefaultErrorOccurrenceXmlConverter
extends Object
implements ErrorOccurrenceXmlConverter


Constructor Summary
DefaultErrorOccurrenceXmlConverter()
           
 
Method Summary
 String toXml(ErrorOccurrence errorOccurence)
          Convert the ErrorOccurrence to XML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorOccurrenceXmlConverter

public DefaultErrorOccurrenceXmlConverter()
                                   throws ParserConfigurationException,
                                          TransformerConfigurationException
Throws:
ParserConfigurationException
TransformerConfigurationException
Method Detail

toXml

public String toXml(ErrorOccurrence errorOccurence)
             throws TransformerException
Description copied from interface: ErrorOccurrenceXmlConverter
Convert the ErrorOccurrence to XML

Specified by:
toXml in interface ErrorOccurrenceXmlConverter
Returns:
Throws:
TransformerException


Copyright © 2007-2012 Ikasan. All Rights Reserved.