org.apache.axis.encoding.ser
Class SimplePrimitiveSerializerFactory

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

public class SimplePrimitiveSerializerFactory
extends BaseSerializerFactory

SerializerFactory for primitives that have Simple Serialization (i.e. int, short etc.)

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
SimplePrimitiveSerializerFactory(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

SimplePrimitiveSerializerFactory

public SimplePrimitiveSerializerFactory(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.