org.ikasan.framework.component.transformation
Interface Transformer

All Superinterfaces:
FlowComponent
All Known Implementing Classes:
ExtendedXsltTransformer, PluginTransformerAdapter, SimpleXslTransformer, UncompressDataTransformer, XMLReaderTransformer, XMLValidator, XsltTransformer

public interface Transformer
extends FlowComponent

Interface for all FlowComponents that perform a Transformer function. These are characterised by the content of the Event being changed in some way during the execution of the onEvent method.

Author:
Ikasan Development Team

Method Summary
 void onEvent(Event event)
          Transforms or otherwise changes the passed in Event
 

Method Detail

onEvent

void onEvent(Event event)
             throws TransformationException
Transforms or otherwise changes the passed in Event

Parameters:
event - Event to transform
Throws:
TransformationException - Exception if we could not transform


Copyright © 2007-2012 Ikasan. All Rights Reserved.