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

CastorDeserializerFactory

public class CastorDeserializerFactory extends org.apache.axis.encoding.ser.BaseDeserializerFactory
A CastorDeserializer Factory
author
Olivier Brand (olivier.brand@vodafone.com)

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

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

        return new CastorDeserializerFactory(javaType, xmlType);