org.apache.camel.converter.xmlbeans
Class XmlBeansConverter

java.lang.Object
  extended by org.apache.camel.converter.xmlbeans.XmlBeansConverter

@Converter
public final class XmlBeansConverter
extends Object

A Type Converter of XMLBeans objects


Method Summary
static org.apache.xmlbeans.XmlObject toXmlObject(byte[] value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(ByteBuffer value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(File value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(InputStream value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(Node value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(Reader value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(Source value, org.apache.camel.Exchange exchange)
           
static org.apache.xmlbeans.XmlObject toXmlObject(String value, org.apache.camel.Exchange exchange)
           
static org.apache.xmlbeans.XmlObject toXmlObject(org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(File value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(Reader value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(Node value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(InputStream value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(String value,
                                                                  org.apache.camel.Exchange exchange)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(byte[] value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(ByteBuffer value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader value)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException
Throws:
IOException
org.apache.xmlbeans.XmlException

toXmlObject

@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(Source value,
                                                                  org.apache.camel.Exchange exchange)
                                                 throws IOException,
                                                        org.apache.xmlbeans.XmlException,
                                                        org.apache.camel.NoTypeConversionAvailableException
Throws:
IOException
org.apache.xmlbeans.XmlException
org.apache.camel.NoTypeConversionAvailableException


Apache Camel