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-2014 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its Subsidiaries and or/its Affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.