@Converter public final class XmlBeansConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
@Converter public static org.apache.xmlbeans.XmlObject toXmlObject(File value) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter public static org.apache.xmlbeans.XmlObject toXmlObject(Reader value) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter public static org.apache.xmlbeans.XmlObject toXmlObject(Node value) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter public static org.apache.xmlbeans.XmlObject toXmlObject(InputStream value) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter public static org.apache.xmlbeans.XmlObject toXmlObject(String value, org.apache.camel.Exchange exchange) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(byte[] value)
throws IOException,
org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter public static org.apache.xmlbeans.XmlObject toXmlObject(ByteBuffer value) throws IOException, org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@Converter
public static org.apache.xmlbeans.XmlObject toXmlObject(org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader value)
throws IOException,
org.apache.xmlbeans.XmlException
IOExceptionorg.apache.xmlbeans.XmlException@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
IOExceptionorg.apache.xmlbeans.XmlExceptionorg.apache.camel.NoTypeConversionAvailableExceptionApache Camel