org.apache.axis.encoding
Class BeanSerializer.BeanSerFactory

java.lang.Object
  |
  +--org.apache.axis.encoding.BeanSerializer.BeanSerFactory
All Implemented Interfaces:
DeserializerFactory, java.io.Serializable
Enclosing class:
BeanSerializer

public static class BeanSerializer.BeanSerFactory
extends java.lang.Object
implements DeserializerFactory

BeanSerializer Factory that creates instances with the specified class. Caches the PropertyDescriptor

See Also:
Serialized Form

Constructor Summary
BeanSerializer.BeanSerFactory()
           
 
Method Summary
 Deserializer getDeserializer(java.lang.Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanSerializer.BeanSerFactory

public BeanSerializer.BeanSerFactory()
Method Detail

getDeserializer

public Deserializer getDeserializer(java.lang.Class cls)
Specified by:
getDeserializer in interface DeserializerFactory


Copyright © 2001 Apache XML Project. All Rights Reserved.