org.mule.config.spring.editors
Class QNamePropertyEditor

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

public class QNamePropertyEditor
extends PropertyEditorSupport

This handles qname{....} syntax as used in stockquote-soap-config.xml


Constructor Summary
QNamePropertyEditor()
           
QNamePropertyEditor(boolean explicit)
           
 
Method Summary
static QName convert(String value)
           
protected  QName parseQName(String val)
           
 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
 

Constructor Detail

QNamePropertyEditor

public QNamePropertyEditor()

QNamePropertyEditor

public QNamePropertyEditor(boolean explicit)
Method Detail

setAsText

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

parseQName

protected QName parseQName(String val)

convert

public static QName convert(String value)


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