org.codehaus.ivory.serialize
Class MetadataSerializerFactory

java.lang.Object
  extended byorg.apache.axis.encoding.ser.BaseFactory
      extended byorg.apache.axis.encoding.ser.BaseSerializerFactory
          extended byorg.codehaus.ivory.serialize.MetadataSerializerFactory
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.SerializerFactory, javax.xml.rpc.encoding.SerializerFactory

public class MetadataSerializerFactory
extends org.apache.axis.encoding.ser.BaseSerializerFactory

Since:
May 21, 2003
Author:
Dan Diephouse
See Also:
Serialized Form

Field Summary
protected  org.apache.axis.utils.BeanPropertyDescriptor[] propertyDescriptor
           
protected  org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType
 
Constructor Summary
MetadataSerializerFactory(java.lang.Class javaType, javax.xml.namespace.QName xmlType)
           
 
Method Summary
protected  org.apache.axis.encoding.Serializer getGeneralPurpose(java.lang.String mechanismType)
          Optimize construction of a BeanSerializer by caching the type and property descriptors.
 javax.xml.rpc.encoding.Serializer getSerializerAs(java.lang.String mechanismType)
           
 
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
createFactory, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType
 
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
 

Field Detail

typeDesc

protected org.apache.axis.description.TypeDesc typeDesc

propertyDescriptor

protected org.apache.axis.utils.BeanPropertyDescriptor[] propertyDescriptor
Constructor Detail

MetadataSerializerFactory

public MetadataSerializerFactory(java.lang.Class javaType,
                                 javax.xml.namespace.QName xmlType)
Method Detail

getSerializerAs

public javax.xml.rpc.encoding.Serializer getSerializerAs(java.lang.String mechanismType)
                                                  throws javax.xml.rpc.JAXRPCException
Throws:
javax.xml.rpc.JAXRPCException

getGeneralPurpose

protected org.apache.axis.encoding.Serializer getGeneralPurpose(java.lang.String mechanismType)
Optimize construction of a BeanSerializer by caching the type and property descriptors.



Copyright © -2004 Codehaus. All Rights Reserved.