com.gridsystems.innergrid.serializers
Class EnumDeserializerFactory

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

public class EnumDeserializerFactory
extends org.apache.axis.encoding.ser.BaseDeserializerFactory

Java5 Enum DeserializerFactory.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType
 
Constructor Summary
EnumDeserializerFactory(java.lang.Class<?> javaType, javax.xml.namespace.QName xmlType)
          Creates a new instance.
 
Method Summary
static EnumDeserializerFactory create(java.lang.Class<?> javaType, javax.xml.namespace.QName xmlType)
          Creates a new instance.
 
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
createFactory, getDeserClassConstructor, getDeserializerAs, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes
 
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

EnumDeserializerFactory

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

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

create

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

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


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