org.apache.axis.encoding.ser
Class CalendarSerializerFactory

java.lang.Object
  |
  +--org.apache.axis.encoding.ser.BaseSerializerFactory
        |
        +--org.apache.axis.encoding.ser.CalendarSerializerFactory
All Implemented Interfaces:
java.io.Serializable, SerializerFactory, SerializerFactory

public class CalendarSerializerFactory
extends BaseSerializerFactory

SerializerFactory for Calendar(dateTime) primitives

Author:
Rich Scheuerle
See Also:
Serialized Form

Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
firstCall, getSerializer, javaType, ser, serClass, serClassConstructor, share, xmlType
 
Constructor Summary
CalendarSerializerFactory(java.lang.Class javaType, QName xmlType)
           
 
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
createFactory, getGeneralPurpose, getSerializerAs, getSpecialized, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarSerializerFactory

public CalendarSerializerFactory(java.lang.Class javaType,
                                 QName xmlType)


Copyright © 2001 Apache XML Project. All Rights Reserved.