Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
org.apache.axis.encoding.ser.BeanSerializerFactory
public class BeanSerializerFactory
extends BaseSerializerFactory
Field Summary | |
protected BeanPropertyDescriptor[] | |
protected TypeDesc |
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory | |
getSerializer , javaType , log , ser , serClass , serClassConstructor , xmlType |
Constructor Summary | |
|
Method Summary | |
protected Serializer |
|
Serializer |
|
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory | |
createFactory , getGeneralPurpose , getGetSerializer , getJavaType , getSerClassConstructor , getSerializerAs , getSerializerAsInternal , getSpecialized , getSupportedMechanismTypes , getXMLType |
Methods inherited from class org.apache.axis.encoding.ser.BaseFactory | |
getMethod |
protected Serializer getGeneralPurpose(String mechanismType)
Optimize construction of a BeanSerializer by caching the type and property descriptors.
- Overrides:
- getGeneralPurpose in interface BaseSerializerFactory
public Serializer getSerializerAs(String mechanismType) throws JAXRPCException
- Specified by:
- getSerializerAs in interface SerializerFactory
- Overrides:
- getSerializerAs in interface BaseSerializerFactory