Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.encoding.ser
Class SimpleListSerializerFactory  view SimpleListSerializerFactory download SimpleListSerializerFactory.java

java.lang.Object
  extended byorg.apache.axis.encoding.ser.BaseFactory
      extended byorg.apache.axis.encoding.ser.BaseSerializerFactory
          extended byorg.apache.axis.encoding.ser.SimpleListSerializerFactory
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.SerializerFactory, javax.xml.rpc.encoding.SerializerFactory

public class SimpleListSerializerFactory
extends BaseSerializerFactory


Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
getSerializer, javaType, log, mechanisms, ser, serClass, serClassConstructor, xmlType
 
Fields inherited from class org.apache.axis.encoding.ser.BaseFactory
 
Constructor Summary
SimpleListSerializerFactory(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
          Note that the factory is constructed with the QName and xmlType.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleListSerializerFactory

public SimpleListSerializerFactory(java.lang.Class javaType,
                                   javax.xml.namespace.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.