org.apache.axis.encoding.ser
Class BeanSerializerFactory
java.lang.Object
   org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseFactory
       org.apache.axis.encoding.ser.BaseSerializerFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
           org.apache.axis.encoding.ser.BeanSerializerFactory
org.apache.axis.encoding.ser.BeanSerializerFactory
- All Implemented Interfaces: 
- java.io.Serializable, SerializerFactory, SerializerFactory
- public class BeanSerializerFactory- extends BaseSerializerFactory
SerializerFactory for Bean
- Author:
- Rich Scheuerle 
- See Also:
- Serialized Form
 
 
 
| Method Summary | 
| protected  Serializer | getGeneralPurpose(java.lang.String mechanismType)Optimize construction of a BeanSerializer by caching the
 type and property descriptors.
 | 
|  Serializer | getSerializerAs(java.lang.String mechanismType)Returns a Serializer for the specified XML processing mechanism type.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
typeDesc
protected transient TypeDesc typeDesc
propertyDescriptor
protected transient BeanPropertyDescriptor[] propertyDescriptor
BeanSerializerFactory
public BeanSerializerFactory(java.lang.Class javaType,
                             QName xmlType)
getSerializerAs
public Serializer getSerializerAs(java.lang.String mechanismType)
                           throws JAXRPCException
- Description copied from interface: SerializerFactory
- Returns a Serializer for the specified XML processing mechanism type.
 
- 
- Specified by:
- getSerializerAsin interface- SerializerFactory
- Overrides:
- getSerializerAsin class- BaseSerializerFactory
 
- 
- Throws:
- JAXRPCException
 
getGeneralPurpose
protected Serializer getGeneralPurpose(java.lang.String mechanismType)
- Optimize construction of a BeanSerializer by caching the
 type and property descriptors.
 
- 
- Overrides:
- getGeneralPurposein class- BaseSerializerFactory
 
- 
 
Copyright © 2005 Apache Web Services Project. All Rights Reserved.