org.apache.axis.encoding.ser
Class ArraySerializerFactory
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
org.apache.axis.encoding.ser.ArraySerializerFactory
- All Implemented Interfaces:
- java.io.Serializable, SerializerFactory, SerializerFactory
- public class ArraySerializerFactory
- extends BaseSerializerFactory
SerializerFactory for arrays
- Author:
- Rich Scheuerle
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArraySerializerFactory
public ArraySerializerFactory()
ArraySerializerFactory
public ArraySerializerFactory(java.lang.Class javaType,
QName xmlType)
ArraySerializerFactory
public ArraySerializerFactory(QName componentType)
ArraySerializerFactory
public ArraySerializerFactory(QName componentType,
QName componentQName)
setComponentQName
public void setComponentQName(QName componentQName)
- Parameters:
componentQName
- The componentQName to set.
setComponentType
public void setComponentType(QName componentType)
- Parameters:
componentType
- The componentType to set.
getComponentQName
public QName getComponentQName()
- Returns:
- Returns the componentQName.
getComponentType
public QName getComponentType()
- Returns:
- Returns the componentType.
getGeneralPurpose
protected Serializer getGeneralPurpose(java.lang.String mechanismType)
- Obtains a serializer by invoking (javaType, xmlType)
on the serClass.
- Overrides:
getGeneralPurpose
in class BaseSerializerFactory
Copyright © 2005 Apache Web Services Project. All Rights Reserved.