Uses of Interface
javax.xml.rpc.encoding.DeserializerFactory
Packages that use DeserializerFactory
Package
Description
-
Uses of DeserializerFactory in javax.xml.rpc.encoding
Methods in javax.xml.rpc.encoding that return DeserializerFactoryModifier and TypeMethodDescriptionTypeMapping.getDeserializer(Class javaType, QName xmlType) Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.Methods in javax.xml.rpc.encoding with parameters of type DeserializerFactoryModifier and TypeMethodDescriptionvoidTypeMapping.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. -
Uses of DeserializerFactory in org.apache.axis.encoding
Subinterfaces of DeserializerFactory in org.apache.axis.encodingModifier and TypeInterfaceDescriptioninterfaceThis interface describes the AXIS DeserializerFactory.Methods in org.apache.axis.encoding that return DeserializerFactoryModifier and TypeMethodDescriptionTypeMapping.getDeserializer(QName xmlType) Gets the DeserializerFactory registered for the specified XML data type.TypeMappingDelegate.getDeserializer(Class javaType, QName xmlType) TypeMappingDelegate.getDeserializer(Class javaType, QName xmlType, TypeMappingDelegate start) TypeMappingDelegate.getDeserializer(QName xmlType) TypeMappingImpl.getDeserializer(Class javaType, QName xmlType, TypeMappingDelegate start) Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.Methods in org.apache.axis.encoding with parameters of type DeserializerFactoryModifier and TypeMethodDescriptionprotected voidTypeMappingImpl.internalRegister(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Internal version of register(), which allows null factories.protected voidDefaultTypeMappingImpl.myRegister(QName xmlType, Class javaType, SerializerFactory sf, DeserializerFactory df) Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.voidDefaultTypeMappingImpl.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) voidTypeMappingDelegate.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exceptionvoidTypeMappingImpl.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. -
Uses of DeserializerFactory in org.apache.axis.encoding.ser
Classes in org.apache.axis.encoding.ser that implement DeserializerFactoryModifier and TypeClassDescriptionclassDeserializerFactory for arraysclassDeserializerFactory for hexBinary.classBase class for Axis Deserialization Factory classes for code reuseclassDeserializerFactory for BeanclassA CalendarDeserializer FactoryclassA DateDeserializer FactoryclassDeserializerFactory for DOM Document.classDeserializerFactory for Element.classDeserializerFactory for Enumeration.classDeserializerFactory for hexBinary.classA JAFDataHandlerDeserializer FactoryclassA MapDeserializer FactoryclassA QNameDeserializer FactoryclassA deserializer for any simple type with a (String) constructor.classDeserializerFactory for <xsd:simpleType ...> <xsd:list itemType="..."> </xsd:simpleType> based on SimpleDeserializerFactoryclassA Deserializer Factory for timeclassA VectorDeserializer Factory -
Uses of DeserializerFactory in org.apache.axis.encoding.ser.castor
Classes in org.apache.axis.encoding.ser.castor that implement DeserializerFactoryModifier and TypeClassDescriptionclassA CastorDeserializer FactoryclassA CastorEnumTypeDeserializer Factory -
Uses of DeserializerFactory in org.apache.axis.encoding.ser.xbeans
Classes in org.apache.axis.encoding.ser.xbeans that implement DeserializerFactoryModifier and TypeClassDescriptionclassClass XmlBeanDeserializerFactory