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
Method Summary |
protected Serializer |
getGeneralPurpose(java.lang.String mechanismType)
Obtains a serializer by invoking (javaType, xmlType)
on the serClass. |
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)
getGeneralPurpose
protected Serializer getGeneralPurpose(java.lang.String mechanismType)
- Obtains a serializer by invoking (javaType, xmlType)
on the serClass.
- Overrides:
getGeneralPurpose
in class BaseSerializerFactory
Copyright © 2003 Apache Web Services Project. All Rights Reserved.