org.apache.axis.encoding.ser

Class SimpleSerializerFactory

public class SimpleSerializerFactory extends BaseSerializerFactory

Author: Glen Daniels (gdaniels@apache.org)

Constructor Summary
SimpleSerializerFactory(Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType.
Method Summary
SerializergetSerializerAs(String mechanismType)

Constructor Detail

SimpleSerializerFactory

public SimpleSerializerFactory(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

getSerializerAs

public Serializer getSerializerAs(String mechanismType)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.