FileDocCategorySizeDatePackage
CastorSerializerFactory.javaAPI DocApache Axis 1.41271Sat Apr 22 18:57:26 BST 2006org.apache.axis.encoding.ser.castor

CastorSerializerFactory

public class CastorSerializerFactory extends org.apache.axis.encoding.ser.BaseSerializerFactory
SerializerFactory for Castor objects
author
Olivier Brand (olivier.brand@vodafone.com)

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

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

        return new CastorSerializerFactory(javaType, xmlType);