org.apache.camel.spring.spi
Class SpringConverters
java.lang.Object
org.apache.camel.spring.spi.SpringConverters
public final class SpringConverters
- extends Object
Some Spring based
Type Converters
- Version:
- $Revision: 630591 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toInputStream
public static InputStream toInputStream(Resource resource)
throws IOException
- Throws:
IOException
toFile
public static File toFile(Resource resource)
throws IOException
- Throws:
IOException
toUrl
public static URL toUrl(Resource resource)
throws IOException
- Throws:
IOException
toResource
public static UrlResource toResource(String uri)
throws IOException
- Throws:
IOException
toResource
public static UrlResource toResource(URL uri)
throws IOException
- Throws:
IOException
toResource
public static FileSystemResource toResource(File file)
throws IOException
- Throws:
IOException
toResource
public static ByteArrayResource toResource(byte[] data)
throws IOException
- Throws:
IOException
toBeanInvocation
public static BeanInvocation toBeanInvocation(org.aopalliance.intercept.MethodInvocation invocation)
Copyright © 2009 Apache Software Foundation. All Rights Reserved.