org.apache.axis.encoding.ser
Class SimpleNonPrimitiveSerializerFactory

java.lang.Object
  |
  +--org.apache.axis.encoding.ser.BaseSerializerFactory
        |
        +--org.apache.axis.encoding.ser.SimpleNonPrimitiveSerializerFactory
All Implemented Interfaces:
java.io.Serializable, SerializerFactory, SerializerFactory

public class SimpleNonPrimitiveSerializerFactory
extends BaseSerializerFactory

SerializerFactory for simple items that could be multi-refed (i.e. java.lang.Integer)

Author:
Rich Scheuerle
See Also:
Serialized Form

Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
javaType, ser, serClass, serClassConstructor, share, xmlType
 
Constructor Summary
SimpleNonPrimitiveSerializerFactory(java.lang.Class javaType, QName xmlType)
          Note that the factory is constructed with the QName and xmlType.
 
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
createFactory, getSerializerAs, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleNonPrimitiveSerializerFactory

public SimpleNonPrimitiveSerializerFactory(java.lang.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.


Copyright © 2001 Apache XML Project. All Rights Reserved.