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

CastorEnumTypeSerializerFactory

public class CastorEnumTypeSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory
SerializerFactory for Castor Enum Type objects
author
Ozzie Gurkan

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

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

        return new CastorEnumTypeSerializerFactory(javaType, xmlType);