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:
$Revision: 824325 $

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)


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.