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.SimpleListSerializerFactory
public class SimpleListSerializerFactory
extends BaseSerializerFactory
Field Summary |
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory | |
getSerializer , javaType , log , ser , serClass , serClassConstructor , xmlType |
Constructor Summary | |
|
Method Summary |
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 |
public SimpleListSerializerFactory(Class javaType, QName xmlType)
Note that the factory is constructed with the QName and xmlType. This is important to allow distinction between primitive values and java.lang wrappers.