org.apache.ws.util.spring
Class QNameEditor

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

public class QNameEditor
extends java.beans.PropertyEditorSupport

A BeanFactory property editor for QNames.


Constructor Summary
QNameEditor()
           
 
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

QNameEditor

public QNameEditor()
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.