FileDocCategorySizeDatePackage
CastorEnumTypeDeserializerFactory.javaAPI DocApache Axis 1.41290Sat Apr 22 18:57:28 BST 2006org.apache.axis.encoding.ser.castor

CastorEnumTypeDeserializerFactory

public class CastorEnumTypeDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory
A CastorEnumTypeDeserializer Factory
author
Ozzie Gurkan

Fields Summary
Constructors Summary
public CastorEnumTypeDeserializerFactory(Class javaType, QName xmlType)

        super(CastorEnumTypeDeserializer.class, xmlType, javaType);
    
Methods Summary
public static org.apache.axis.encoding.DeserializerFactorycreate(java.lang.Class javaType, javax.xml.namespace.QName xmlType)

        return new CastorEnumTypeDeserializerFactory(javaType, xmlType);