|
|||||||||
| Home >> All >> org >> apache >> axis >> encoding >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.encoding.ser
Class SimpleListSerializerFactory

java.lang.Objectorg.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
org.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.
|
|||||||||
| Home >> All >> org >> apache >> axis >> encoding >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC