|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Converter in org.apache.camel.component.atom |
|---|
| Classes in org.apache.camel.component.atom with annotations of type Converter | |
|---|---|
class |
AtomConverter
Date converters. |
| Methods in org.apache.camel.component.atom with annotations of type Converter | |
|---|---|
static Date |
AtomConverter.toDate(String text)
|
| Uses of Converter in org.apache.camel.component.bean |
|---|
| Classes in org.apache.camel.component.bean with annotations of type Converter | |
|---|---|
class |
BeanConverter
A set of converter methods for working with beans |
| Uses of Converter in org.apache.camel.component.cache |
|---|
| Classes in org.apache.camel.component.cache with annotations of type Converter | |
|---|---|
class |
CacheConverter
|
| Methods in org.apache.camel.component.cache with annotations of type Converter | |
|---|---|
static net.sf.ehcache.store.MemoryStoreEvictionPolicy |
CacheConverter.toPolicy(String s)
|
| Uses of Converter in org.apache.camel.component.cometd |
|---|
| Classes in org.apache.camel.component.cometd with annotations of type Converter | |
|---|---|
class |
CometdConverters
Cometd specific converters. |
| Uses of Converter in org.apache.camel.component.context |
|---|
| Classes in org.apache.camel.component.context with annotations of type Converter | |
|---|---|
class |
ContextConverters
Converts from a CamelContext to a LocalContextComponent so we can easily refer to
external CamelContexts in the Registry as a Component |
| Methods in org.apache.camel.component.context with annotations of type Converter | |
|---|---|
static LocalContextComponent |
ContextConverters.toComponent(CamelContext localContext)
|
| Uses of Converter in org.apache.camel.component.cxf.converter |
|---|
| Classes in org.apache.camel.component.cxf.converter with annotations of type Converter | |
|---|---|
class |
CxfConverter
The Type Converters for CXF related types' converting . |
class |
CxfPayloadConverter
|
| Methods in org.apache.camel.component.cxf.converter with annotations of type Converter | ||
|---|---|---|
static
|
CxfPayloadConverter.cxfPayloadToNodeList(CxfPayload<T> payload,
Exchange exchange)
|
|
static
|
CxfPayloadConverter.documentToCxfPayload(Document doc,
Exchange exchange)
|
|
static
|
CxfPayloadConverter.elementToCxfPayload(Element element,
Exchange exchange)
|
|
static
|
CxfPayloadConverter.nodeListToCxfPayload(NodeList nodeList,
Exchange exchange)
|
|
static String |
CxfConverter.soapMessageToString(SOAPMessage soapMessage)
|
|
static Object[] |
CxfConverter.toArray(Object object)
|
|
static List<Class> |
CxfConverter.toClassesList(String[] classNames)
|
|
static List<Class> |
CxfConverter.toClassList(String classeString)
|
|
static DataFormat |
CxfConverter.toDataFormat(String name)
|
|
static Endpoint |
CxfConverter.toEndpoint(CxfEndpointBeanDefinitionParser.CxfSpringEndpointBean endpointBean)
|
|
static InputStream |
CxfConverter.toInputStream(javax.ws.rs.core.Response response,
Exchange exchange)
|
|
static org.apache.cxf.message.MessageContentsList |
CxfConverter.toMessageContentsList(Object[] array)
|
|
| Uses of Converter in org.apache.camel.component.dns.types |
|---|
| Classes in org.apache.camel.component.dns.types with annotations of type Converter | |
|---|---|
class |
DnsConverter
A converter for all the DNS objects used by the DNS component. |
class |
DnsRecordConverter
More converters for all the DNS objects used by the DNS component. |
| Methods in org.apache.camel.component.dns.types with annotations of type Converter | |
|---|---|
static InetAddress |
DnsConverter.toInetAddress(String domain)
|
static List<String> |
DnsConverter.toList(org.xbill.DNS.Record[] records)
|
static org.xbill.DNS.Record |
DnsRecordConverter.toRecord(String ip)
|
static String |
DnsConverter.toString(org.xbill.DNS.Address address)
|
static String |
DnsConverter.toString(InetAddress address)
|
static String |
DnsConverter.toString(org.xbill.DNS.Message message)
|
static String |
DnsConverter.toString(org.xbill.DNS.Record record)
|
| Uses of Converter in org.apache.camel.component.exec |
|---|
| Classes in org.apache.camel.component.exec with annotations of type Converter | |
|---|---|
class |
ExecResultConverter
Default converters for ExecResult. |
| Methods in org.apache.camel.component.exec with annotations of type Converter | |
|---|---|
static byte[] |
ExecResultConverter.convertToByteArray(ExecResult result,
Exchange exchange)
|
static Document |
ExecResultConverter.convertToDocument(ExecResult result,
Exchange exchange)
|
static InputStream |
ExecResultConverter.convertToInputStream(ExecResult result)
|
static String |
ExecResultConverter.convertToString(ExecResult result,
Exchange exchange)
|
| Uses of Converter in org.apache.camel.component.file |
|---|
| Classes in org.apache.camel.component.file with annotations of type Converter | |
|---|---|
class |
GenericFileConverter
A set of converter methods for working with generic file types |
| Methods in org.apache.camel.component.file with annotations of type Converter | |
|---|---|
static InputStream |
GenericFileConverter.genericFileToInputStream(GenericFile<?> file,
Exchange exchange)
|
static Serializable |
GenericFileConverter.genericFileToSerializable(GenericFile<?> file,
Exchange exchange)
|
static String |
GenericFileConverter.genericFileToString(GenericFile<?> file,
Exchange exchange)
|
| Uses of Converter in org.apache.camel.component.flatpack |
|---|
| Classes in org.apache.camel.component.flatpack with annotations of type Converter | |
|---|---|
class |
FlatpackConverter
|
| Methods in org.apache.camel.component.flatpack with annotations of type Converter | |
|---|---|
static List<Map<String,Object>> |
FlatpackConverter.toList(net.sf.flatpack.DataSet dataSet)
|
static Map<String,Object> |
FlatpackConverter.toMap(net.sf.flatpack.DataSet dataSet)
|
| Uses of Converter in org.apache.camel.component.hl7 |
|---|
| Classes in org.apache.camel.component.hl7 with annotations of type Converter | |
|---|---|
class |
HL7Converter
HL7 converters. |
| Methods in org.apache.camel.component.hl7 with annotations of type Converter | |
|---|---|
static ca.uhn.hl7v2.model.Message |
HL7Converter.toMessage(String body)
|
static String |
HL7Converter.toString(ca.uhn.hl7v2.model.Message message)
|
| Uses of Converter in org.apache.camel.component.http |
|---|
| Classes in org.apache.camel.component.http with annotations of type Converter | |
|---|---|
class |
HttpConverter
Some converter methods making it easy to convert the body of a message to servlet types or to switch between the underlying ServletInputStream or BufferedReader payloads etc. |
class |
RequestEntityConverter
Some converter methods to make it easier to convert the body to RequestEntity types. |
| Methods in org.apache.camel.component.http with annotations of type Converter | |
|---|---|
static InputStream |
HttpConverter.toInputStream(HttpMessage message,
Exchange exchange)
|
static InputStream |
HttpConverter.toInputStream(javax.servlet.http.HttpServletRequest request,
Exchange exchange)
|
static BufferedReader |
HttpConverter.toReader(HttpMessage message)
|
org.apache.commons.httpclient.methods.RequestEntity |
RequestEntityConverter.toRequestEntity(byte[] data,
Exchange exchange)
|
org.apache.commons.httpclient.methods.RequestEntity |
RequestEntityConverter.toRequestEntity(InputStream inStream,
Exchange exchange)
|
org.apache.commons.httpclient.methods.RequestEntity |
RequestEntityConverter.toRequestEntity(String str,
Exchange exchange)
|
static javax.servlet.ServletInputStream |
HttpConverter.toServletInputStream(HttpMessage message)
|
static javax.servlet.http.HttpServletRequest |
HttpConverter.toServletRequest(Message message)
|
static javax.servlet.http.HttpServletResponse |
HttpConverter.toServletResponse(Message message)
|
| Uses of Converter in org.apache.camel.component.http4 |
|---|
| Classes in org.apache.camel.component.http4 with annotations of type Converter | |
|---|---|
class |
HttpConverter
Some converter methods making it easy to convert the body of a message to servlet types or to switch between the underlying ServletInputStream or BufferedReader payloads etc. |
class |
HttpEntityConverter
Some converter methods to make it easier to convert the body to RequestEntity types. |
| Methods in org.apache.camel.component.http4 with annotations of type Converter | |
|---|---|
org.apache.http.HttpEntity |
HttpEntityConverter.toHttpEntity(byte[] data,
Exchange exchange)
|
org.apache.http.HttpEntity |
HttpEntityConverter.toHttpEntity(InputStream inStream,
Exchange exchange)
|
org.apache.http.HttpEntity |
HttpEntityConverter.toHttpEntity(String str,
Exchange exchange)
|
static InputStream |
HttpConverter.toInputStream(HttpMessage message,
Exchange exchange)
|
static InputStream |
HttpConverter.toInputStream(javax.servlet.http.HttpServletRequest request,
Exchange exchange)
|
static BufferedReader |
HttpConverter.toReader(HttpMessage message)
|
static javax.servlet.ServletInputStream |
HttpConverter.toServletInputStream(HttpMessage message)
|
static javax.servlet.http.HttpServletRequest |
HttpConverter.toServletRequest(Message message)
|
static javax.servlet.http.HttpServletResponse |
HttpConverter.toServletResponse(Message message)
|
| Uses of Converter in org.apache.camel.component.jcr |
|---|
| Classes in org.apache.camel.component.jcr with annotations of type Converter | |
|---|---|
class |
JcrConverter
A helper class to transform Object into JCR Value implementations |
| Methods in org.apache.camel.component.jcr with annotations of type Converter | |
|---|---|
javax.jcr.Value |
JcrConverter.toValue(Boolean bool)
|
javax.jcr.Value |
JcrConverter.toValue(Calendar calendar)
|
javax.jcr.Value |
JcrConverter.toValue(InputStream stream)
|
javax.jcr.Value |
JcrConverter.toValue(String value)
|
| Uses of Converter in org.apache.camel.component.jetty |
|---|
| Classes in org.apache.camel.component.jetty with annotations of type Converter | |
|---|---|
class |
JettyConverter
|
| Methods in org.apache.camel.component.jetty with annotations of type Converter | |
|---|---|
static String |
JettyConverter.toString(org.eclipse.jetty.server.Response response)
|
| Uses of Converter in org.apache.camel.component.mail |
|---|
| Classes in org.apache.camel.component.mail with annotations of type Converter | |
|---|---|
class |
MailConverters
JavaMail specific converters. |
| Methods in org.apache.camel.component.mail with annotations of type Converter | |
|---|---|
static InputStream |
MailConverters.toInputStream(javax.mail.Message message)
Converts the given JavaMail message to an InputStream. |
static InputStream |
MailConverters.toInputStream(javax.mail.Multipart multipart)
Converts the given JavaMail multipart to a InputStream body, where the contenttype of the multipart must be text based (ie start with text). |
static String |
MailConverters.toString(javax.mail.Message message)
Converts the given JavaMail message to a String body. |
static String |
MailConverters.toString(javax.mail.Multipart multipart)
Converts the given JavaMail multipart to a String body, where the contenttype of the multipart must be text based (ie start with text). |
| Uses of Converter in org.apache.camel.component.mina |
|---|
| Classes in org.apache.camel.component.mina with annotations of type Converter | |
|---|---|
class |
MinaConverter
A set of converter methods for working with MINA types |
| Methods in org.apache.camel.component.mina with annotations of type Converter | |
|---|---|
static byte[] |
MinaConverter.toByteArray(org.apache.mina.common.ByteBuffer buffer)
|
static org.apache.mina.common.ByteBuffer |
MinaConverter.toByteBuffer(byte[] bytes)
|
static InputStream |
MinaConverter.toInputStream(org.apache.mina.common.ByteBuffer buffer)
|
static ObjectInput |
MinaConverter.toObjectInput(org.apache.mina.common.ByteBuffer buffer)
|
static String |
MinaConverter.toString(org.apache.mina.common.ByteBuffer buffer,
Exchange exchange)
|
| Uses of Converter in org.apache.camel.component.netty |
|---|
| Classes in org.apache.camel.component.netty with annotations of type Converter | |
|---|---|
class |
NettyConverter
A set of converter methods for working with Netty types |
| Methods in org.apache.camel.component.netty with annotations of type Converter | |
|---|---|
static byte[] |
NettyConverter.toByteArray(org.jboss.netty.buffer.ChannelBuffer buffer)
|
static org.jboss.netty.buffer.ChannelBuffer |
NettyConverter.toByteBuffer(byte[] bytes)
|
static InputStream |
NettyConverter.toInputStream(org.jboss.netty.buffer.ChannelBuffer buffer)
|
static ObjectInput |
NettyConverter.toObjectInput(org.jboss.netty.buffer.ChannelBuffer buffer)
|
static String |
NettyConverter.toString(org.jboss.netty.buffer.ChannelBuffer buffer,
Exchange exchange)
|
| Uses of Converter in org.apache.camel.component.quickfixj.converter |
|---|
| Classes in org.apache.camel.component.quickfixj.converter with annotations of type Converter | |
|---|---|
class |
QuickfixjConverters
|
| Methods in org.apache.camel.component.quickfixj.converter with annotations of type Converter | |
|---|---|
static quickfix.Message |
QuickfixjConverters.toMessage(String value,
Exchange exchange)
|
static quickfix.SessionID |
QuickfixjConverters.toSessionID(String sessionID)
|
| Uses of Converter in org.apache.camel.component.restlet.converter |
|---|
| Classes in org.apache.camel.component.restlet.converter with annotations of type Converter | |
|---|---|
class |
RestletConverter
|
| Methods in org.apache.camel.component.restlet.converter with annotations of type Converter | |
|---|---|
org.restlet.data.MediaType |
RestletConverter.toMediaType(String name)
|
org.restlet.data.Method |
RestletConverter.toMethod(String name)
|
org.restlet.data.Method[] |
RestletConverter.toMethods(String name)
|
| Uses of Converter in org.apache.camel.component.snmp |
|---|
| Classes in org.apache.camel.component.snmp with annotations of type Converter | |
|---|---|
class |
SnmpConverters
|
| Methods in org.apache.camel.component.snmp with annotations of type Converter | |
|---|---|
static String |
SnmpConverters.toString(org.snmp4j.PDU pdu)
Converts the given snmp pdu to a String body. |
| Uses of Converter in org.apache.camel.component.spring.integration.converter |
|---|
| Classes in org.apache.camel.component.spring.integration.converter with annotations of type Converter | |
|---|---|
class |
SpringIntegrationConverter
The Type Converters for turning the Spring Integration types into Camel native type. |
| Methods in org.apache.camel.component.spring.integration.converter with annotations of type Converter | |
|---|---|
static Message |
SpringIntegrationConverter.toCamelMessage(org.springframework.integration.Message springMessage)
|
static Endpoint |
SpringIntegrationConverter.toEndpoint(org.springframework.integration.MessageChannel channel)
|
static org.springframework.integration.Message |
SpringIntegrationConverter.toSpringMessage(Message camelMessage)
|
| Uses of Converter in org.apache.camel.component.spring.ws.converter |
|---|
| Classes in org.apache.camel.component.spring.ws.converter with annotations of type Converter | |
|---|---|
class |
StringSourceConverter
A helper class to transform to and from StringSource implementations
available in both Camel and Spring Webservices. |
| Methods in org.apache.camel.component.spring.ws.converter with annotations of type Converter | |
|---|---|
static org.springframework.xml.transform.StringSource |
StringSourceConverter.toStringSourceFromCamel(StringSource camelStringSource)
Converts a Camel StringSource
to a Spring-WS StringSource |
static StringSource |
StringSourceConverter.toStringSourceFromSpring(org.springframework.xml.transform.StringSource springStringSource)
Converts a Spring-WS StringSource
to a Camel StringSource |
| Uses of Converter in org.apache.camel.component.syslog |
|---|
| Methods in org.apache.camel.component.syslog with annotations of type Converter | |
|---|---|
static String |
Rfc3164SyslogConverter.toString(SyslogMessage message)
|
static SyslogMessage |
Rfc3164SyslogConverter.toSyslogMessage(String body)
|
| Uses of Converter in org.apache.camel.converter |
|---|
| Classes in org.apache.camel.converter with annotations of type Converter | |
|---|---|
class |
CamelConverter
Some useful converters for Camel APIs such as to convert a Predicate or Expression
to a Processor |
class |
CollectionConverter
Some core java.util Collection based Type Converters |
class |
IOConverter
Some core java.io based Type Converters |
class |
NIOConverter
Some core java.nio based Type Converters |
class |
ObjectConverter
Some core java.lang based Type Converters |
class |
TimePatternConverter
|
| Methods in org.apache.camel.converter with annotations of type Converter | ||
|---|---|---|
static String |
ObjectConverter.fromCharArray(char[] value)
|
|
static Iterator |
ObjectConverter.iterator(Object value)
Creates an iterator over the value |
|
static Object[] |
CollectionConverter.toArray(Collection<?> value)
Converts a collection to an array |
|
static
|
CollectionConverter.toArrayList(Iterator<T> it)
Converts an Iterator to a ArrayList |
|
static boolean |
ObjectConverter.toBool(Object value)
Converts the given value to a boolean, handling strings or Boolean objects; otherwise returning false if the value could not be converted to a boolean |
|
static Boolean |
ObjectConverter.toBoolean(Object value)
Converts the given value to a Boolean, handling strings or Boolean objects; otherwise returning null if the value cannot be converted to a boolean |
|
static Byte |
ObjectConverter.toByte(Object value)
Returns the converted value, or null if the value is null |
|
static byte[] |
IOConverter.toByteArray(BufferedReader reader,
Exchange exchange)
|
|
static byte[] |
IOConverter.toByteArray(ByteArrayOutputStream os)
|
|
static byte[] |
NIOConverter.toByteArray(ByteBuffer buffer)
|
|
static byte[] |
IOConverter.toByteArray(File file)
|
|
static byte[] |
IOConverter.toByteArray(Reader reader,
Exchange exchange)
|
|
static byte[] |
IOConverter.toByteArray(String value,
Exchange exchange)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(byte[] data)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(Double value)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(File file)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(Float value)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(Integer value)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(Long value)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(Short value)
|
|
static ByteBuffer |
NIOConverter.toByteBuffer(String value,
Exchange exchange)
|
|
static byte[] |
IOConverter.toBytes(InputStream stream)
|
|
static char |
ObjectConverter.toChar(String value)
|
|
static char[] |
ObjectConverter.toCharArray(String value)
|
|
static Class |
ObjectConverter.toClass(Object value,
Exchange exchange)
Returns the converted value, or null if the value is null |
|
DescriptionDefinition |
CamelConverter.toDefinition(String descriptionText)
|
|
static Double |
ObjectConverter.toDouble(Object value)
Returns the converted value, or null if the value is null |
|
static File |
IOConverter.toFile(String name)
|
|
static Float |
ObjectConverter.toFloat(Object value)
Returns the converted value, or null if the value is null |
|
static
|
CollectionConverter.toHashMap(Map<? extends K,? extends V> map)
|
|
static
|
CollectionConverter.toHashtable(Map<? extends K,? extends V> map)
|
|
static InputStream |
IOConverter.toInputStream(BufferedReader buffer,
Exchange exchange)
|
|
static InputStream |
IOConverter.toInputStream(byte[] data)
|
|
static InputStream |
IOConverter.toInputStream(ByteArrayOutputStream os)
|
|
static InputStream |
NIOConverter.toInputStream(ByteBuffer bufferbuffer)
|
|
static InputStream |
IOConverter.toInputStream(File file)
|
|
static InputStream |
IOConverter.toInputStream(String text,
Exchange exchange)
|
|
static InputStream |
IOConverter.toInputStream(URL url)
|
|
static Integer |
ObjectConverter.toInteger(Object value)
Returns the converted value, or null if the value is null |
|
static
|
CollectionConverter.toList(Collection<T> collection)
Converts a collection to a List if it is not already |
|
static
|
CollectionConverter.toList(Iterable<T> iterable)
Converts an Iterable into a List |
|
static List<Object> |
CollectionConverter.toList(Object[] array)
Converts an array to a collection |
|
static Long |
ObjectConverter.toLong(Object value)
Returns the converted value, or null if the value is null |
|
static long |
TimePatternConverter.toMilliSeconds(String source)
|
|
static ObjectInput |
IOConverter.toObjectInput(InputStream stream)
|
|
static ObjectOutput |
IOConverter.toObjectOutput(OutputStream stream)
|
|
static OutputStream |
IOConverter.toOutputStream(File file)
|
|
Processor |
CamelConverter.toProcessor(Expression expresion)
|
|
Processor |
CamelConverter.toProcessor(Predicate predicate)
|
|
static Properties |
CollectionConverter.toProperties(Map<Object,Object> map)
|
|
static BufferedReader |
IOConverter.toReader(File file,
Exchange exchange)
|
|
static Reader |
IOConverter.toReader(InputStream in,
Exchange exchange)
|
|
static StringReader |
IOConverter.toReader(String text)
|
|
static
|
CollectionConverter.toSet(Collection<T> collection)
|
|
static
|
CollectionConverter.toSet(Map<K,V> map)
|
|
static Set<Object> |
CollectionConverter.toSet(Object[] array)
|
|
static Short |
ObjectConverter.toShort(Object value)
Returns the converted value, or null if the value is null |
|
static String |
ObjectConverter.toString(Boolean value)
|
|
static String |
IOConverter.toString(BufferedReader reader)
|
|
static String |
IOConverter.toString(byte[] data,
Exchange exchange)
|
|
static String |
IOConverter.toString(ByteArrayOutputStream os,
Exchange exchange)
|
|
static String |
NIOConverter.toString(ByteBuffer buffer,
Exchange exchange)
|
|
static String |
IOConverter.toString(File file,
Exchange exchange)
|
|
static String |
IOConverter.toString(InputStream in,
Exchange exchange)
|
|
static String |
ObjectConverter.toString(Integer value)
|
|
static String |
ObjectConverter.toString(Long value)
|
|
static String |
IOConverter.toString(Reader reader)
|
|
static String |
ObjectConverter.toString(StringBuffer value)
|
|
static String |
ObjectConverter.toString(StringBuilder value)
|
|
static String |
IOConverter.toString(URL url,
Exchange exchange)
|
|
static BufferedWriter |
IOConverter.toWriter(File file,
Exchange exchange)
|
|
static Writer |
IOConverter.toWriter(OutputStream out,
Exchange exchange)
Deprecated. |
|
| Uses of Converter in org.apache.camel.converter.jaxb |
|---|
| Methods in org.apache.camel.converter.jaxb with annotations of type Converter | |
|---|---|
static MessageDefinition |
JaxbConverter.toMessageType(Exchange exchange)
Deprecated. |
static MessageDefinition |
JaxbConverter.toMessageType(Message in)
Deprecated. |
| Uses of Converter in org.apache.camel.converter.jaxp |
|---|
| Classes in org.apache.camel.converter.jaxp with annotations of type Converter | |
|---|---|
class |
DomConverter
Converts from some DOM types to Java types |
class |
StaxConverter
A converter of StAX objects |
class |
StreamSourceConverter
A converter from StreamSource objects |
class |
XmlConverter
A helper class to transform to and from various JAXB types such as Source and Document |
| Methods in org.apache.camel.converter.jaxp with annotations of type Converter | |
|---|---|
XMLEventReader |
StaxConverter.createXMLEventReader(InputStream in,
Exchange exchange)
|
XMLEventReader |
StaxConverter.createXMLEventReader(Reader in)
|
XMLEventReader |
StaxConverter.createXMLEventReader(Source in)
|
XMLEventReader |
StaxConverter.createXMLEventReader(XMLStreamReader in)
|
XMLEventWriter |
StaxConverter.createXMLEventWriter(OutputStream out,
Exchange exchange)
|
XMLEventWriter |
StaxConverter.createXMLEventWriter(Result result)
|
XMLEventWriter |
StaxConverter.createXMLEventWriter(Writer writer)
|
XMLStreamReader |
StaxConverter.createXMLStreamReader(InputStream in,
Exchange exchange)
|
XMLStreamReader |
StaxConverter.createXMLStreamReader(Reader in)
|
XMLStreamReader |
StaxConverter.createXMLStreamReader(Source in)
|
XMLStreamWriter |
StaxConverter.createXMLStreamWriter(OutputStream outputStream,
Exchange exchange)
|
XMLStreamWriter |
StaxConverter.createXMLStreamWriter(Result result)
|
XMLStreamWriter |
StaxConverter.createXMLStreamWriter(Writer writer)
|
Boolean |
XmlConverter.toBoolean(NodeList list)
Converts the given NodeList to a boolean |
byte[] |
DomConverter.toByteArray(NodeList nodeList,
Exchange exchange)
|
byte[] |
XmlConverter.toByteArray(Source source,
Exchange exchange)
Converts the given input Source into bytes |
BytesSource |
XmlConverter.toBytesSource(byte[] data)
Converts the given byte[] to a Source |
Document |
XmlConverter.toDOMDocument(byte[] data)
Converts the given data to a DOM document |
Document |
XmlConverter.toDOMDocument(File file)
Converts the given File to a DOM document |
Document |
XmlConverter.toDOMDocument(InputSource in)
Converts the given InputSource to a DOM document |
Document |
XmlConverter.toDOMDocument(InputStream in)
Converts the given InputStream to a DOM document |
Document |
XmlConverter.toDOMDocument(Node node)
Create a DOM document from the given Node. |
Document |
XmlConverter.toDOMDocument(Reader in)
Converts the given InputStream to a DOM document |
Document |
XmlConverter.toDOMDocument(Source source)
Create a DOM document from the given source. |
Document |
XmlConverter.toDOMDocument(String text)
Converts the given String to a DOM document |
Element |
XmlConverter.toDOMElement(Node node)
Create a DOM element from the DOM node. |
Element |
XmlConverter.toDOMElement(Source source)
Create a DOM element from the given source. |
Node |
XmlConverter.toDOMNode(Source source)
Converts the given TRaX Source into a W3C DOM node |
Node |
XmlConverter.toDOMNodeFromSAX(SAXSource source)
|
DOMSource |
XmlConverter.toDOMSource(byte[] bytes)
Converts the source instance to a DOMSource or returns null if the conversion is not
supported (making it easy to derive from this class to add new kinds of conversion). |
DOMSource |
XmlConverter.toDOMSource(Document document)
Converts the given Document to a Source |
DOMSource |
XmlConverter.toDOMSource(InputStream is)
|
DOMSource |
XmlConverter.toDOMSource(Source source)
Converts the source instance to a DOMSource or returns null if the conversion is not
supported (making it easy to derive from this class to add new kinds of conversion). |
DOMSource |
XmlConverter.toDOMSource(String text)
Converts the source instance to a DOMSource or returns null if the conversion is not
supported (making it easy to derive from this class to add new kinds of conversion). |
DOMSource |
XmlConverter.toDOMSourceFromSAX(SAXSource source)
|
DOMSource |
XmlConverter.toDOMSourceFromStream(StreamSource source)
|
InputSource |
XmlConverter.toInputSource(InputStream is)
|
InputStream |
XmlConverter.toInputStream(Document dom,
Exchange exchange)
|
InputStream |
XmlConverter.toInputStream(DOMSource source,
Exchange exchange)
|
InputStream |
DomConverter.toInputStream(NodeList nodeList,
Exchange exchange)
|
static InputStream |
StreamSourceConverter.toInputStream(StreamSource source)
|
Integer |
DomConverter.toInteger(NodeList nodeList)
|
static List |
DomConverter.toList(NodeList nodeList)
|
Long |
DomConverter.toLong(NodeList nodeList)
|
static Reader |
StreamSourceConverter.toReader(StreamSource source)
|
Reader |
XmlConverter.toReaderFromSource(Source src,
Exchange exchange)
|
SAXSource |
XmlConverter.toSAXSource(InputStream source,
Exchange exchange)
Converts the source instance to a SAXSource or returns null if the conversion is not
supported (making it easy to derive from this class to add new kinds of conversion). |
SAXSource |
XmlConverter.toSAXSource(Source source,
Exchange exchange)
Converts the source instance to a SAXSource or returns null if the conversion is not
supported (making it easy to derive from this class to add new kinds of conversion). |
SAXSource |
XmlConverter.toSAXSource(String source,
Exchange exchange)
Converts the source instance to a SAXSource or returns null if the conversion is not
supported (making it easy to derive from this class to add new kinds of conversion). |
SAXSource |
XmlConverter.toSAXSourceFromDOM(DOMSource source,
Exchange exchange)
|
SAXSource |
XmlConverter.toSAXSourceFromStream(StreamSource source)
|
Source |
XmlConverter.toSource(Node node)
Converts the given Node to a Source |
Source |
XmlConverter.toSource(String data)
Converts the given String to a Source |
StreamSource |
XmlConverter.toStreamSource(byte[] in,
Exchange exchange)
|
StreamSource |
XmlConverter.toStreamSource(ByteBuffer in,
Exchange exchange)
|
StreamSource |
XmlConverter.toStreamSource(File in)
|
StreamSource |
XmlConverter.toStreamSource(InputStream in)
|
StreamSource |
XmlConverter.toStreamSource(Reader in)
|
StreamSource |
XmlConverter.toStreamSource(Source source,
Exchange exchange)
|
StreamSource |
XmlConverter.toStreamSourceFromDOM(DOMSource source,
Exchange exchange)
|
StreamSource |
XmlConverter.toStreamSourceFromSAX(SAXSource source,
Exchange exchange)
|
String |
XmlConverter.toString(Node node,
Exchange exchange)
Converts the given input Node into text |
String |
DomConverter.toString(NodeList nodeList,
Exchange exchange)
|
String |
XmlConverter.toString(Source source,
Exchange exchange)
Converts the given input Source into text |
StringSource |
XmlConverter.toStringSource(String data)
Converts the given String to a Source |
| Uses of Converter in org.apache.camel.converter.stream |
|---|
| Classes in org.apache.camel.converter.stream with annotations of type Converter | |
|---|---|
class |
StreamCacheConverter
A set of Converter methods for wrapping stream-based messages in a StreamCache
implementation to ensure message re-readability (eg multicasting, retrying) |
| Methods in org.apache.camel.converter.stream with annotations of type Converter | |
|---|---|
byte[] |
StreamCacheConverter.convertToByteArray(StreamCache cache,
Exchange exchange)
|
Serializable |
StreamCacheConverter.convertToSerializable(StreamCache cache,
Exchange exchange)
|
StreamCache |
StreamCacheConverter.convertToStreamCache(BytesSource source)
|
StreamCache |
StreamCacheConverter.convertToStreamCache(InputStream stream,
Exchange exchange)
|
StreamCache |
StreamCacheConverter.convertToStreamCache(Reader reader,
Exchange exchange)
|
StreamCache |
StreamCacheConverter.convertToStreamCache(SAXSource source,
Exchange exchange)
|
StreamCache |
StreamCacheConverter.convertToStreamCache(StreamSource source,
Exchange exchange)
|
StreamCache |
StreamCacheConverter.convertToStreamCache(StringSource source)
|
| Uses of Converter in org.apache.camel.converter.xmlbeans |
|---|
| Classes in org.apache.camel.converter.xmlbeans with annotations of type Converter | |
|---|---|
class |
XmlBeansConverter
A Type Converter of XMLBeans objects |
| Methods in org.apache.camel.converter.xmlbeans with annotations of type Converter | |
|---|---|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(byte[] value)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(ByteBuffer value)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(File value)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(InputStream value)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(Node value)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(Reader value)
|
org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(Source value)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(String value,
Exchange exchange)
|
static org.apache.xmlbeans.XmlObject |
XmlBeansConverter.toXmlObject(org.apache.xmlbeans.impl.piccolo.xml.XMLStreamReader value)
|
| Uses of Converter in org.apache.camel.dataformat.rss |
|---|
| Classes in org.apache.camel.dataformat.rss with annotations of type Converter | |
|---|---|
class |
RssConverter
|
| Methods in org.apache.camel.dataformat.rss with annotations of type Converter | |
|---|---|
static String |
RssConverter.feedToXml(com.sun.syndication.feed.synd.SyndFeed feed)
|
static com.sun.syndication.feed.synd.SyndFeed |
RssConverter.xmlToFeed(String xml)
|
| Uses of Converter in org.apache.camel.example.etl |
|---|
| Classes in org.apache.camel.example.etl with annotations of type Converter | |
|---|---|
class |
CustomerTransformer
A Message Transformer of an XML document to a Customer entity bean |
| Methods in org.apache.camel.example.etl with annotations of type Converter | |
|---|---|
CustomerEntity |
CustomerTransformer.toCustomer(PersonDocument doc,
Exchange exchange)
A transformation method to convert a person document into a customer entity |
| Uses of Converter in org.apache.camel.impl.converter |
|---|
| Classes in org.apache.camel.impl.converter with annotations of type Converter | |
|---|---|
class |
FutureTypeConverter
Future type converter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||