|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.mule.config.spring.editors.QNamePropertyEditor
public class QNamePropertyEditor
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 |
---|
public QNamePropertyEditor()
public QNamePropertyEditor(boolean explicit)
Method Detail |
---|
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException
protected javax.xml.namespace.QName parseQName(java.lang.String val)
public static javax.xml.namespace.QName convert(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |