org.apache.axis.encoding

Interface DeserializerFactory

All Superinterfaces:
DeserializerFactory, java.io.Serializable
Known Implementing Classes:
ArrayDeserializerFactory, Base64DeserializerFactory, BaseDeserializerFactory, BeanDeserializerFactory, CalendarDeserializerFactory, CastorDeserializerFactory, CastorEnumTypeDeserializerFactory, DateDeserializerFactory, DocumentDeserializerFactory, ElementDeserializerFactory, EnumDeserializerFactory, HexDeserializerFactory, JAFDataHandlerDeserializerFactory, MapDeserializerFactory, QNameDeserializerFactory, SimpleDeserializerFactory, SimpleListDeserializerFactory, TimeDeserializerFactory, VectorDeserializerFactory, XmlBeanDeserializerFactory

public interface DeserializerFactory
extends DeserializerFactory

This interface describes the AXIS DeserializerFactory. 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.

Methods inherited from interface javax.xml.rpc.encoding.DeserializerFactory

getDeserializerAs, getSupportedMechanismTypes

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.