public class ArraySerializerFactory extends BaseSerializerFactory
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType| Constructor and Description |
|---|
ArraySerializerFactory() |
ArraySerializerFactory(Class javaType,
QName xmlType) |
ArraySerializerFactory(QName componentType) |
ArraySerializerFactory(QName componentType,
QName componentQName) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getComponentQName() |
QName |
getComponentType() |
protected Serializer |
getGeneralPurpose(String mechanismType)
Obtains a serializer by invoking
|
void |
setComponentQName(QName componentQName) |
void |
setComponentType(QName componentType) |
createFactory, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAs, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLTypegetMethodpublic ArraySerializerFactory()
public ArraySerializerFactory(QName componentType)
public void setComponentQName(QName componentQName)
componentQName - The componentQName to set.public void setComponentType(QName componentType)
componentType - The componentType to set.public QName getComponentQName()
public QName getComponentType()
protected Serializer getGeneralPurpose(String mechanismType)
getGeneralPurpose in class BaseSerializerFactoryCopyright © The Apache Software Foundation. All Rights Reserved.