org.mule.extras.spring.config
Class TransformerEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.mule.extras.spring.config.TransformerEditor
All Implemented Interfaces:
PropertyEditor

public class TransformerEditor
extends PropertyEditorSupport

TransformerEditor is used to convert Transformer names into transformer Objects


Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
TransformerEditor()
           
 
Method Summary
 void setAsText(String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
logger used by this class

Constructor Detail

TransformerEditor

public TransformerEditor()
Method Detail

setAsText

public void setAsText(String text)
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.