Apache CXF API

org.apache.cxf.aegis.util.date
Class TimezoneLessXsDateFormat

java.lang.Object
  extended by java.text.Format
      extended by org.apache.cxf.aegis.util.date.XsDateTimeFormat
          extended by org.apache.cxf.aegis.util.date.TimezoneLessXsDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class TimezoneLessXsDateFormat
extends XsDateTimeFormat

An instance of Format, which may be used to parse and format xs:date values without timezone.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
TimezoneLessXsDateFormat()
          Creates a new instance.
 
Method Summary
 
Methods inherited from class org.apache.cxf.aegis.util.date.XsDateTimeFormat
format, parseObject
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimezoneLessXsDateFormat

public TimezoneLessXsDateFormat()
Creates a new instance.


Apache CXF API

Apache CXF