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