org.apache.camel.converter.xmlbeans
Class XmlBeansConverter

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

@Converter
public class XmlBeansConverter
extends Object

A Type Converter of XMLBeans objects

Version:
$Revision: 738826 $

Constructor Summary
XmlBeansConverter()
           
 
Method Summary
 XmlConverter getXmlConverter()
           
 void setXmlConverter(XmlConverter xmlConverter)
           
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)
           
 org.apache.xmlbeans.XmlObject toXmlObject(Source value)
           
static org.apache.xmlbeans.XmlObject toXmlObject(String value, 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
 

Constructor Detail

XmlBeansConverter

public XmlBeansConverter()
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,
                                                                  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 org.apache.xmlbeans.XmlObject toXmlObject(Source value)
                                          throws IOException,
                                                 org.apache.xmlbeans.XmlException,
                                                 TransformerException,
                                                 ParserConfigurationException,
                                                 SAXException
Throws:
IOException
org.apache.xmlbeans.XmlException
TransformerException
ParserConfigurationException
SAXException

getXmlConverter

public XmlConverter getXmlConverter()

setXmlConverter

public void setXmlConverter(XmlConverter xmlConverter)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.