org.apache.camel.converter.jaxp
Class StreamSourceConverter

java.lang.Object
  extended by org.apache.camel.converter.jaxp.StreamSourceConverter

@Converter
public final class StreamSourceConverter
extends Object

A converter from StreamSource objects

Version:

Method Summary
static InputStream toInputStream(StreamSource source)
           
static Reader toReader(StreamSource source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toInputStream

@Converter
public static InputStream toInputStream(StreamSource source)

toReader

@Converter
public static Reader toReader(StreamSource source)


Apache CAMEL