FileDocCategorySizeDatePackage
SerializerFactory.javaAPI DocApache Axis 1.41263Sat Apr 22 18:57:28 BST 2006org.apache.axis.encoding

SerializerFactory

public interface SerializerFactory implements javax.xml.rpc.encoding.SerializerFactory
This interface describes the AXIS SerializerFactory. An Axis compliant Serializer Factory must provide one or more of the following methods: public static create(Class javaType, QName xmlType) public (Class javaType, QName xmlType) public () The deployment code will attempt to invoke these methods in the above order. The xmlType, javaType arguments are filled in with the values supplied during the deployment registration of the factory.

Fields Summary
Constructors Summary
Methods Summary