org.apache.axis.encoding
Class DateSerializer

java.lang.Object
  |
  +--org.apache.axis.encoding.DateSerializer
All Implemented Interfaces:
java.io.Serializable, Serializer

public class DateSerializer
extends java.lang.Object
implements Serializer

General purpose serializer/deserializerFactory for an arbitrary java bean.

Author:
Sam Ruby
See Also:
XML Schema 3.2.7, Serialized Form

Inner Class Summary
static class DateSerializer.DateDeserializerFactory
           
 
Constructor Summary
DateSerializer()
           
 
Method Summary
 void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context)
          Serialize a date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateSerializer

public DateSerializer()
Method Detail

serialize

public void serialize(QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object value,
                      SerializationContext context)
               throws java.io.IOException
Serialize a date.
Specified by:
serialize in interface Serializer


Copyright © 2001 Apache XML Project. All Rights Reserved.