org.apache.axis.encoding.ser
Class BeanDeserializerFactory

java.lang.Object
  extended by org.apache.axis.encoding.ser.BaseFactory
      extended by org.apache.axis.encoding.ser.BaseDeserializerFactory
          extended by org.apache.axis.encoding.ser.BeanDeserializerFactory
All Implemented Interfaces:
Serializable, javax.xml.rpc.encoding.DeserializerFactory

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

DeserializerFactory for Bean

Author:
Rich Scheuerle , Sam Ruby
See Also:
Serialized Form

Constructor Summary
BeanDeserializerFactory(Class javaType, QName xmlType)
           
 
Method Summary
static Map getProperties(Class javaType, org.apache.axis.description.TypeDesc typeDesc)
          Get a list of the bean properties
 
Methods inherited from class org.apache.axis.encoding.ser.BaseDeserializerFactory
createFactory, getDeserializerAs, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDeserializerFactory

public BeanDeserializerFactory(Class javaType,
                               QName xmlType)
Method Detail

getProperties

public static Map getProperties(Class javaType,
                                org.apache.axis.description.TypeDesc typeDesc)
Get a list of the bean properties



Copyright © 2012 Railo