org.apache.axis.encoding.ser

Class SimpleListDeserializerFactory

public class SimpleListDeserializerFactory extends BaseDeserializerFactory

DeserializerFactory for based on SimpleDeserializerFactory

Author: Ias (iasandcb@tmax.co.kr)

Constructor Summary
SimpleListDeserializerFactory(Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType.
Method Summary
DeserializergetDeserializerAs(String mechanismType)
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.

Constructor Detail

SimpleListDeserializerFactory

public SimpleListDeserializerFactory(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.

Method Detail

getDeserializerAs

public Deserializer getDeserializerAs(String mechanismType)
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.