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:
java.beans.PropertyEditor

public class QNamePropertyEditor
extends java.beans.PropertyEditorSupport

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


Constructor Summary
QNamePropertyEditor()
           
QNamePropertyEditor(boolean explicit)
           
 
Method Summary
static javax.xml.namespace.QName convert(java.lang.String value)
           
protected  javax.xml.namespace.QName parseQName(java.lang.String val)
           
 void setAsText(java.lang.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(java.lang.String text)
               throws java.lang.IllegalArgumentException
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Throws:
java.lang.IllegalArgumentException

parseQName

protected javax.xml.namespace.QName parseQName(java.lang.String val)

convert

public static javax.xml.namespace.QName convert(java.lang.String value)


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