org.apache.ws.util.spring
Class ClassEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.apache.ws.util.spring.ClassEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ClassEditor
extends java.beans.PropertyEditorSupport

A BeanFactory property editor for Classes.


Constructor Summary
ClassEditor()
           
 
Method Summary
 void setAsText(java.lang.String text)
          DOCUMENT_ME
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassEditor

public ClassEditor()
Method Detail

setAsText

public void setAsText(java.lang.String text)
DOCUMENT_ME

Parameters:
text - DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.