FileDocCategorySizeDatePackage
MapSerializerFactory.javaAPI DocApache Axis 1.4978Sat Apr 22 18:57:26 BST 2006org.apache.axis.encoding.ser

MapSerializerFactory

public class MapSerializerFactory extends BaseSerializerFactory
A MapSerializer Factory
author
Rich Scheuerle (scheu@us.ibm.com)

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

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