org.ikasan.framework.component.transformation
Class PluginTransformerAdapter

java.lang.Object
  extended by org.ikasan.framework.component.transformation.PluginTransformerAdapter
All Implemented Interfaces:
Transformer, FlowComponent

Deprecated. This has been superseded by org.ikasan.framework.component.transformation.PayloadProviderTransformer

@Deprecated
public class PluginTransformerAdapter
extends Object
implements Transformer

Adapter class for using Plugin's within the Transformer framework

Author:
Ikasan Development Team

Constructor Summary
PluginTransformerAdapter(Plugin plugin)
          Deprecated. Constructor
 
Method Summary
 void onEvent(Event event)
          Deprecated. Transforms or otherwise changes the passed in Event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginTransformerAdapter

public PluginTransformerAdapter(Plugin plugin)
Deprecated. 
Constructor

Parameters:
plugin - The plugin to use
Method Detail

onEvent

public void onEvent(Event event)
             throws TransformationException
Deprecated. 
Description copied from interface: Transformer
Transforms or otherwise changes the passed in Event

Specified by:
onEvent in interface Transformer
Parameters:
event - Event to transform
Throws:
TransformationException - Exception if we could not transform


Copyright © 2007-2012 Ikasan. All Rights Reserved.