FileDocCategorySizeDatePackage
SimpleListSerializerFactory.javaAPI DocApache Axis 1.41285Sat Apr 22 18:57:28 BST 2006org.apache.axis.encoding.ser

SimpleListSerializerFactory

public class SimpleListSerializerFactory extends BaseSerializerFactory
SerializerFactory for based on SimpleSerializerFactory
author
Ias (iasandcb@tmax.co.kr)

Fields Summary
Constructors Summary
public SimpleListSerializerFactory(Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType. This is important to allow distinction between primitive values and java.lang wrappers.

        super(SimpleListSerializer.class, xmlType, javaType);
    
Methods Summary