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 TypeMethodDescriptionvoid
TypeMapping.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 TypeInterfaceDescriptioninterface
This 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 void
TypeMappingImpl.internalRegister
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Internal version of register(), which allows null factories.protected void
DefaultTypeMappingImpl.myRegister
(QName xmlType, Class javaType, SerializerFactory sf, DeserializerFactory df) Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.void
DefaultTypeMappingImpl.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) void
TypeMappingDelegate.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exceptionvoid
TypeMappingImpl.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 TypeClassDescriptionclass
DeserializerFactory for arraysclass
DeserializerFactory for hexBinary.class
Base class for Axis Deserialization Factory classes for code reuseclass
DeserializerFactory for Beanclass
A CalendarDeserializer Factoryclass
A DateDeserializer Factoryclass
DeserializerFactory for DOM Document.class
DeserializerFactory for Element.class
DeserializerFactory for Enumeration.class
DeserializerFactory for hexBinary.class
A JAFDataHandlerDeserializer Factoryclass
A MapDeserializer Factoryclass
A QNameDeserializer Factoryclass
A deserializer for any simple type with a (String) constructor.class
DeserializerFactory for invalid input: '<'xsd:simpleType ...> invalid input: '<'xsd:list itemType="..."> invalid input: '<'/xsd:simpleType> based on SimpleDeserializerFactoryclass
A Deserializer Factory for timeclass
A VectorDeserializer Factory -
Uses of DeserializerFactory in org.apache.axis.encoding.ser.castor
Classes in org.apache.axis.encoding.ser.castor that implement DeserializerFactoryModifier and TypeClassDescriptionclass
A CastorDeserializer Factoryclass
A CastorEnumTypeDeserializer Factory -
Uses of DeserializerFactory in org.apache.axis.encoding.ser.xbeans
Classes in org.apache.axis.encoding.ser.xbeans that implement DeserializerFactoryModifier and TypeClassDescriptionclass
Class XmlBeanDeserializerFactory