org.apache.camel.converter
Class DateTimeConverter

java.lang.Object
  extended by org.apache.camel.converter.DateTimeConverter

@Converter
public final class DateTimeConverter
extends Object

Date and time related converters.


Method Summary
static Date toDate(Long l)
           
static Long toLong(Date date)
           
static TimeZone toTimeZone(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toTimeZone

@Converter
public static TimeZone toTimeZone(String s)

toDate

@Converter
public static Date toDate(Long l)

toLong

@Converter
public static Long toLong(Date date)


Apache CAMEL