org.apache.axis.encoding.ser

Class SimpleListSerializerFactory

Implemented Interfaces:
java.io.Serializable, SerializerFactory, SerializerFactory

public class SimpleListSerializerFactory
extends BaseSerializerFactory

SerializerFactory for based on SimpleSerializerFactory
Author:
Ias (iasandcb@tmax.co.kr)

Field Summary

Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory

getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType

Constructor Summary

SimpleListSerializerFactory(Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType.

Method Summary

Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory

createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAs, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType

Methods inherited from class org.apache.axis.encoding.ser.BaseFactory

getMethod

Constructor Details

SimpleListSerializerFactory

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.

Copyright © 2005 Apache Web Services Project. All Rights Reserved.