org.mule.config.converters
Class TransformerConverter

java.lang.Object
  extended by org.mule.config.converters.TransformerConverter
All Implemented Interfaces:
PropertyConverter

public class TransformerConverter
extends Object
implements PropertyConverter

Converts a String list of Transformer names into a List of Transformer objects.


Field Summary
static String DELIM
           
 
Constructor Summary
TransformerConverter()
           
 
Method Summary
 Object convert(String property, MuleContext context)
           
 Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIM

public static final String DELIM
See Also:
Constant Field Values
Constructor Detail

TransformerConverter

public TransformerConverter()
Method Detail

convert

public Object convert(String property,
                      MuleContext context)
Specified by:
convert in interface PropertyConverter

getType

public Class getType()
Specified by:
getType in interface PropertyConverter


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.