org.apache.camel.spring.converter
Class ResourceConverter

java.lang.Object
  extended by org.apache.camel.spring.converter.ResourceConverter

@Converter
public final class ResourceConverter
extends Object


Method Summary
static InputStream convertToInputStream(org.springframework.core.io.Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertToInputStream

@Converter
public static InputStream convertToInputStream(org.springframework.core.io.Resource resource)
                                        throws IOException
Throws:
IOException


Apache Camel