Package com.apama.iaf.plugin
Interface TransformInterface
- 
 public interface TransformInterfaceTransformInterface 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringtransform(java.lang.String value, java.lang.String options)Called for each property with a transformClass attribute.
 
- 
- 
- 
Method Detail- 
transformjava.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.
 
 
- 
 
-