org.jboss.axis.encoding.ser
Class SimpleSerializerFactory

java.lang.Object
  extended byorg.jboss.axis.encoding.ser.BaseFactory (src) 
      extended byorg.jboss.axis.encoding.ser.BaseSerializerFactory (src) 
          extended byorg.jboss.axis.encoding.ser.SimpleSerializerFactory
All Implemented Interfaces:
java.io.Serializable, SerializerFactory (src) , SerializerFactory (src)

public class SimpleSerializerFactory
extends BaseSerializerFactory (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.encoding.ser.BaseSerializerFactory (src)
getSerializer, javaType, ser, serClass, serClassConstructor, xmlType
 
Constructor Summary
SimpleSerializerFactory(java.lang.Class javaType, QName (src)  xmlType)
          Note that the factory is constructed with the QName and xmlType.
 
Methods inherited from class org.jboss.axis.encoding.ser.BaseSerializerFactory (src)
createFactory, getGeneralPurpose, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAs, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType
 
Methods inherited from class org.jboss.axis.encoding.ser.BaseFactory (src)
getMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSerializerFactory

public SimpleSerializerFactory(java.lang.Class javaType,
                               QName (src)  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.