org.apache.axis.encoding.ser
Class CalendarDeserializerFactory

java.lang.Object
  |
  +--org.apache.axis.encoding.ser.BaseDeserializerFactory
        |
        +--org.apache.axis.encoding.ser.CalendarDeserializerFactory
All Implemented Interfaces:
DeserializerFactory, DeserializerFactory, java.io.Serializable

public class CalendarDeserializerFactory
extends BaseDeserializerFactory

A CalendarDeserializer Factory

Author:
Rich Scheuerle (scheu@us.ibm.com)
See Also:
Serialized Form

Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
deserClass, deserClassConstructor, firstCall, getDeserializer, javaType, xmlType
 
Constructor Summary
CalendarDeserializerFactory(java.lang.Class javaType, QName xmlType)
           
 
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
createFactory, getDeserializerAs, getGeneralPurpose, getSpecialized, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarDeserializerFactory

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


Copyright © 2002 Apache XML Project. All Rights Reserved.