com.apama.iaf.plugin
Interface TransformInterface


public interface TransformInterface

TransformInterface is provided by plugins to the IAF to transform property entries in the config file before being passed to plugins. A new instance of the class will be created for each property.


Method Summary
 java.lang.String transform(java.lang.String value, java.lang.String options)
          Called for each property with a transformClass attribute.
 

Method Detail

transform

java.lang.String transform(java.lang.String value,
                           java.lang.String options)
Called for each property with a transformClass attribute.

Parameters:
value - The value= attribute to the given <property>.
options - The transformOptions= attribute to the given <property>.
Returns:
The transformed value to be given to the transport or codec.


Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG