org.codehaus.ivory.serialize
Class MetadataSerializerFactory
java.lang.Object
org.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
org.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 |
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 |
typeDesc
protected org.apache.axis.description.TypeDesc typeDesc
propertyDescriptor
protected org.apache.axis.utils.BeanPropertyDescriptor[] propertyDescriptor
MetadataSerializerFactory
public MetadataSerializerFactory(java.lang.Class javaType,
javax.xml.namespace.QName xmlType)
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.