org.jboss.axis.encoding.ser
Class CalendarSerializer

java.lang.Object
  extended by org.jboss.axis.encoding.ser.SimpleSerializer
      extended by org.jboss.axis.encoding.ser.DateSerializer
          extended by org.jboss.axis.encoding.ser.CalendarSerializer
All Implemented Interfaces:
Serializable, javax.xml.rpc.encoding.Serializer, SimpleValueSerializer

public class CalendarSerializer
extends DateSerializer

Serializer for dateTime (Calendar).

Author:
Sam Ruby Modified by @author Rich scheuerle
See Also:
XML Schema 3.2.16, Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.encoding.ser.DateSerializer
defaultXmlType
 
Fields inherited from class org.jboss.axis.encoding.ser.SimpleSerializer
javaType, xmlType
 
Constructor Summary
CalendarSerializer(Class javaType, javax.xml.namespace.QName xmlType)
           
 
Method Summary
 
Methods inherited from class org.jboss.axis.encoding.ser.DateSerializer
getMechanismType, getValueAsString, serialize, writeSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSerializer

public CalendarSerializer(Class javaType,
                          javax.xml.namespace.QName xmlType)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.