org.apache.camel.component.atom
Class AtomConverter

java.lang.Object
  extended by org.apache.camel.component.atom.AtomConverter

@Converter
public final class AtomConverter
extends Object

Date converters.


Field Summary
static String DATE_PATTERN_NO_TIMEZONE
           
 
Method Summary
static Date toDate(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_PATTERN_NO_TIMEZONE

public static final String DATE_PATTERN_NO_TIMEZONE
See Also:
Constant Field Values
Method Detail

toDate

@Converter
public static Date toDate(String text)
                   throws ParseException
Throws:
ParseException


Apache Camel