Apache CXF API

org.apache.cxf.tools.common
Class DataTypeAdapter

java.lang.Object
  extended by org.apache.cxf.tools.common.DataTypeAdapter

Deprecated.

@Deprecated
public final class DataTypeAdapter
extends Object

Class was moved to project org.apache.cxf.xjc-utils:cxf-xjc-runtime so generated code does not have to depend on cxf


Method Summary
static Date parseDate(String s)
          Deprecated.  
static Date parseDateTime(String s)
          Deprecated.  
static Date parseTime(String s)
          Deprecated.  
static String printDate(Date dt)
          Deprecated.  
static String printDateTime(Date dt)
          Deprecated.  
static String printTime(Date dt)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseDate

public static Date parseDate(String s)
Deprecated. 

printDate

public static String printDate(Date dt)
Deprecated. 

parseTime

public static Date parseTime(String s)
Deprecated. 

printTime

public static String printTime(Date dt)
Deprecated. 

parseDateTime

public static Date parseDateTime(String s)
Deprecated. 

printDateTime

public static String printDateTime(Date dt)
Deprecated. 

Apache CXF API

Apache CXF