org.apache.axis.encoding.ser

Class BeanSerializerFactory

public class BeanSerializerFactory extends BaseSerializerFactory

SerializerFactory for Bean

Author: Rich Scheuerle

Field Summary
protected BeanPropertyDescriptor[]propertyDescriptor
protected TypeDesctypeDesc
Constructor Summary
BeanSerializerFactory(Class javaType, QName xmlType)
Method Summary
protected SerializergetGeneralPurpose(String mechanismType)
Optimize construction of a BeanSerializer by caching the type and property descriptors.
SerializergetSerializerAs(String mechanismType)

Field Detail

propertyDescriptor

protected transient BeanPropertyDescriptor[] propertyDescriptor

typeDesc

protected transient TypeDesc typeDesc

Constructor Detail

BeanSerializerFactory

public BeanSerializerFactory(Class javaType, QName xmlType)

Method Detail

getGeneralPurpose

protected Serializer getGeneralPurpose(String mechanismType)
Optimize construction of a BeanSerializer by caching the type and property descriptors.

getSerializerAs

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