org.mule.config.converters
Class TransformerConverter

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

public class TransformerConverter
extends java.lang.Object
implements PropertyConverter

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


Field Summary
static java.lang.String DELIM
           
 
Constructor Summary
TransformerConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.String property, MuleContext context)
           
 java.lang.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 java.lang.String DELIM
See Also:
Constant Field Values
Constructor Detail

TransformerConverter

public TransformerConverter()
Method Detail

convert

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

getType

public java.lang.Class getType()
Specified by:
getType in interface PropertyConverter


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