public class BeanSerializerFactory extends BaseSerializerFactory
| Modifier and Type | Field and Description |
|---|---|
protected BeanPropertyDescriptor[] |
propertyDescriptor |
protected TypeDesc |
typeDesc |
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType| Constructor and Description |
|---|
BeanSerializerFactory(java.lang.Class javaType,
QName xmlType) |
| Modifier and Type | Method and Description |
|---|---|
protected Serializer |
getGeneralPurpose(java.lang.String mechanismType)
Optimize construction of a BeanSerializer by caching the
type and property descriptors.
|
Serializer |
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.
|
createFactory, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLTypegetMethodprotected transient TypeDesc typeDesc
protected transient BeanPropertyDescriptor[] propertyDescriptor
public BeanSerializerFactory(java.lang.Class javaType,
QName xmlType)
public Serializer getSerializerAs(java.lang.String mechanismType) throws JAXRPCException
SerializerFactorygetSerializerAs in interface SerializerFactorygetSerializerAs in class BaseSerializerFactorymechanismType - - XML processing mechanism type [TBD: definition
of valid constants]Serializer for the specified XML processing
mechanism typeJAXRPCException - if SerializerFactory does not support the
specified XML processing mechanismprotected Serializer getGeneralPurpose(java.lang.String mechanismType)
getGeneralPurpose in class BaseSerializerFactoryCopyright ? 2005 Apache Web Services Project. All Rights Reserved.