org.mule.config.converters
Class QNameConverter
java.lang.Object
org.mule.config.converters.QNameConverter
- All Implemented Interfaces:
- Converter
public class QNameConverter
- extends Object
- implements Converter
QNameConverter
TODO document properly; see QNameConverterTestCase
for now
Field Summary |
protected boolean |
explicit
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
explicit
protected final boolean explicit
QNameConverter
public QNameConverter()
QNameConverter
public QNameConverter(boolean explicit)
convert
public Object convert(Class type,
Object value)
- Convert the specified input object into an output object of the specified
type.
- Specified by:
convert
in interface Converter
- Parameters:
type
- Data type to which this value should be convertedvalue
- The input value to be converted
- Throws:
ConversionException
- if conversion cannot
be performed successfully
parseQName
protected javax.xml.namespace.QName parseQName(String val)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.