org.apache.axis.encoding.ser
Class BeanSerializerFactory

java.lang.Object
  |
  +--org.apache.axis.encoding.ser.BaseSerializerFactory
        |
        +--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

Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
firstCall, getSerializer, javaType, ser, serClass, serClassConstructor, share, xmlType
 
Constructor Summary
BeanSerializerFactory(java.lang.Class javaType, QName xmlType)
           
 
Method Summary
 Serializer getSerializerAs(java.lang.String mechanismType)
          Returns a Serializer for the specified XML processing mechanism type.
 
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
createFactory, getGeneralPurpose, getSpecialized, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanSerializerFactory

public BeanSerializerFactory(java.lang.Class javaType,
                             QName xmlType)
Method Detail

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.
Overrides:
getSerializerAs in class BaseSerializerFactory
Following copied from interface: javax.xml.rpc.encoding.SerializerFactory
Parameters:
mechanismType - - XML processing mechanism type [TBD: definition of valid constants]
Returns:
a Serializer for the specified XML processing mechanism type.
Throws:
JAXRPCException -  


Copyright © 2001 Apache XML Project. All Rights Reserved.