org.jboss.net.axis.server
Class EntityBeanDeserializerFactory

java.lang.Object
  extended byorg.jboss.axis.encoding.ser.BaseFactory (src) 
      extended byorg.jboss.axis.encoding.ser.BaseDeserializerFactory (src) 
          extended byorg.jboss.net.axis.ParameterizableDeserializerFactory (src) 
              extended byorg.jboss.net.axis.server.EntityBeanDeserializerFactory
All Implemented Interfaces:
DeserializerFactory (src) , DeserializerFactory (src) , java.io.Serializable

public class EntityBeanDeserializerFactory
extends ParameterizableDeserializerFactory (src)

Factory for server-side Entity Bean Deserialization.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.net.axis.ParameterizableDeserializerFactory (src)
options
 
Fields inherited from class org.jboss.axis.encoding.ser.BaseDeserializerFactory (src)
deserClass, deserClassConstructor, getDeserializer, javaType, xmlType
 
Constructor Summary
EntityBeanDeserializerFactory(java.lang.Class javaType, QName (src)  xmlType)
          the usual constructor used by axis
EntityBeanDeserializerFactory(java.lang.Class javaType, QName (src)  xmlType, java.util.Hashtable options)
          the extended constructor that is parameterized
 
Methods inherited from class org.jboss.net.axis.ParameterizableDeserializerFactory (src)
getDeserializerAs, getOptions, setOptions
 
Methods inherited from class org.jboss.axis.encoding.ser.BaseDeserializerFactory (src)
createFactory, getDeserClassConstructor, getGeneralPurpose, getGetDeserializer, getSpecialized, getSupportedMechanismTypes
 
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

EntityBeanDeserializerFactory

public EntityBeanDeserializerFactory(java.lang.Class javaType,
                                     QName (src)  xmlType)
the usual constructor used by axis


EntityBeanDeserializerFactory

public EntityBeanDeserializerFactory(java.lang.Class javaType,
                                     QName (src)  xmlType,
                                     java.util.Hashtable options)
the extended constructor that is parameterized