org.apache.axis.encoding.ser
Class ArraySerializerFactory
- java.io.Serializable, SerializerFactory, SerializerFactory
public class ArraySerializerFactory
SerializerFactory for arrays
- Rich Scheuerle
ArraySerializerFactory
public ArraySerializerFactory()
ArraySerializerFactory
public ArraySerializerFactory(Class javaType,
QName xmlType)
ArraySerializerFactory
public ArraySerializerFactory(QName componentType)
ArraySerializerFactory
public ArraySerializerFactory(QName componentType,
QName componentQName)
getComponentQName
public QName getComponentQName()
- Returns the componentQName.
getComponentType
public QName getComponentType()
- Returns the componentType.
getGeneralPurpose
protected Serializer getGeneralPurpose(String mechanismType)
Obtains a serializer by invoking (javaType, xmlType)
on the serClass.
- getGeneralPurpose in interface BaseSerializerFactory
setComponentQName
public void setComponentQName(QName componentQName)
componentQName
- The componentQName to set.
setComponentType
public void setComponentType(QName componentType)
componentType
- The componentType to set.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.