org.apache.camel.component.ical
Class ICalConverter

java.lang.Object
  extended by org.apache.camel.component.ical.ICalConverter

@Converter
public final class ICalConverter
extends Object

ICal related converter.


Method Summary
static Date toDate(net.fortuna.ical4j.model.property.DateProperty property)
           
static ByteArrayInputStream toStream(net.fortuna.ical4j.model.Calendar calendar, org.apache.camel.Exchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toDate

@Converter
public static Date toDate(net.fortuna.ical4j.model.property.DateProperty property)

toStream

@Converter
public static ByteArrayInputStream toStream(net.fortuna.ical4j.model.Calendar calendar,
                                                      org.apache.camel.Exchange exchange)
                                     throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Apache Camel