com.openharbor.beck.marshal
Class DateMarshaller

java.lang.Object
  extended bycom.openharbor.beck.marshal.DefaultMarshaller
      extended bycom.openharbor.beck.marshal.DateMarshaller
All Implemented Interfaces:
Marshaller

public class DateMarshaller
extends DefaultMarshaller


Field Summary
 java.text.DateFormat ISO8601
           
 
Fields inherited from class com.openharbor.beck.marshal.DefaultMarshaller
log
 
Constructor Summary
DateMarshaller()
           
 
Method Summary
 java.lang.String getText(java.lang.Object parent, Getter source, java.lang.Object child, XMLWriter out)
          Copy data as a String, for use as XML element text or an XML attribute value.
 
Methods inherited from class com.openharbor.beck.marshal.DefaultMarshaller
getXML, getXMLSource, marshal, marshalMember, writeAsElement, writeNull, writeSimply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISO8601

public final java.text.DateFormat ISO8601
Constructor Detail

DateMarshaller

public DateMarshaller()
Method Detail

getText

public java.lang.String getText(java.lang.Object parent,
                                Getter source,
                                java.lang.Object child,
                                XMLWriter out)
Description copied from interface: Marshaller
Copy data as a String, for use as XML element text or an XML attribute value.

Specified by:
getText in interface Marshaller
Overrides:
getText in class DefaultMarshaller