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, getXMLType
getMethod
public 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 BaseSerializerFactory
Copyright © The Apache Software Foundation. All Rights Reserved.