org.mule.config.converters
Class QNameConverter

java.lang.Object
  extended byorg.mule.config.converters.QNameConverter

public class QNameConverter
extends Object

QNameConverter TODO document properly; see QNameConverterTestCase for now


Constructor Summary
QNameConverter()
           
QNameConverter(boolean explicit)
           
 
Method Summary
 Object convert(Class type, Object value)
          Convert the specified input object into an output object of the specified type.
protected  QName parseQName(String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameConverter

public QNameConverter()

QNameConverter

public QNameConverter(boolean explicit)
Method Detail

convert

public Object convert(Class type,
                      Object value)
Convert the specified input object into an output object of the specified type.

Parameters:
type - Data type to which this value should be converted
value - The input value to be converted
Throws:
org.apache.commons.beanutils.ConversionException - if conversion cannot be performed successfully

parseQName

protected QName parseQName(String val)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.