com.gridsystems.innergrid.serializers
Class EnumSerializerFactory

java.lang.Object
  extended by org.apache.axis.encoding.ser.BaseFactory
      extended by org.apache.axis.encoding.ser.BaseSerializerFactory
          extended by com.gridsystems.innergrid.serializers.EnumSerializerFactory
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.SerializerFactory

public class EnumSerializerFactory
extends org.apache.axis.encoding.ser.BaseSerializerFactory

Java5 Enum SerializerFactory.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType
 
Constructor Summary
EnumSerializerFactory(java.lang.Class<?> javaType, javax.xml.namespace.QName xmlType)
          Creates a new instance.
 
Method Summary
static EnumSerializerFactory create(java.lang.Class<?> javaType, javax.xml.namespace.QName xmlType)
          Creates a new instance.
 
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

EnumSerializerFactory

public EnumSerializerFactory(java.lang.Class<?> javaType,
                             javax.xml.namespace.QName xmlType)
Creates a new instance.

Parameters:
javaType - The Java type to serialize from
xmlType - The XML type to serialize to
Method Detail

create

public static EnumSerializerFactory create(java.lang.Class<?> javaType,
                                           javax.xml.namespace.QName xmlType)
Creates a new instance.

Parameters:
javaType - The Java type to serialize from
xmlType - The XML type to serialize to
Returns:
A new instance


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.