Uses of Interface
javax.xml.rpc.encoding.DeserializerFactory
-
Packages that use DeserializerFactory Package Description javax.xml.rpc.encoding org.apache.axis.encoding org.apache.axis.encoding.ser org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.xbeans -
-
Uses of DeserializerFactory in javax.xml.rpc.encoding
Methods in javax.xml.rpc.encoding that return DeserializerFactory Modifier and Type Method Description DeserializerFactory
TypeMapping. getDeserializer(java.lang.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 DeserializerFactory Modifier and Type Method Description void
TypeMapping. register(java.lang.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.encoding Modifier and Type Interface Description interface
DeserializerFactory
This interface describes the AXIS DeserializerFactory.Methods in org.apache.axis.encoding that return DeserializerFactory Modifier and Type Method Description DeserializerFactory
TypeMapping. getDeserializer(QName xmlType)
Gets the DeserializerFactory registered for the specified XML data type.DeserializerFactory
TypeMappingDelegate. getDeserializer(java.lang.Class javaType, QName xmlType)
DeserializerFactory
TypeMappingDelegate. getDeserializer(java.lang.Class javaType, QName xmlType, TypeMappingDelegate start)
DeserializerFactory
TypeMappingDelegate. getDeserializer(QName xmlType)
DeserializerFactory
TypeMappingImpl. getDeserializer(java.lang.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 DeserializerFactory Modifier and Type Method Description protected void
TypeMappingImpl. internalRegister(java.lang.Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf)
Internal version of register(), which allows null factories.protected void
DefaultTypeMappingImpl. myRegister(QName xmlType, java.lang.Class javaType, SerializerFactory sf, DeserializerFactory df)
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces.void
DefaultTypeMappingImpl. register(java.lang.Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf)
void
TypeMappingDelegate. register(java.lang.Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf)
always throws an exceptionvoid
TypeMappingImpl. register(java.lang.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 DeserializerFactory Modifier and Type Class Description class
ArrayDeserializerFactory
DeserializerFactory for arraysclass
Base64DeserializerFactory
DeserializerFactory for hexBinary.class
BaseDeserializerFactory
Base class for Axis Deserialization Factory classes for code reuseclass
BeanDeserializerFactory
DeserializerFactory for Beanclass
CalendarDeserializerFactory
A CalendarDeserializer Factoryclass
DateDeserializerFactory
A DateDeserializer Factoryclass
DocumentDeserializerFactory
DeserializerFactory for DOM Document.class
ElementDeserializerFactory
DeserializerFactory for Element.class
EnumDeserializerFactory
DeserializerFactory for Enumeration.class
HexDeserializerFactory
DeserializerFactory for hexBinary.class
JAFDataHandlerDeserializerFactory
A JAFDataHandlerDeserializer Factoryclass
MapDeserializerFactory
A MapDeserializer Factoryclass
QNameDeserializerFactory
A QNameDeserializer Factoryclass
SimpleDeserializerFactory
A deserializer for any simple type with a (String) constructor.class
SimpleListDeserializerFactory
DeserializerFactory forclass
TimeDeserializerFactory
A Deserializer Factory for timeclass
VectorDeserializerFactory
A VectorDeserializer Factory -
Uses of DeserializerFactory in org.apache.axis.encoding.ser.castor
Classes in org.apache.axis.encoding.ser.castor that implement DeserializerFactory Modifier and Type Class Description class
CastorDeserializerFactory
A CastorDeserializer Factoryclass
CastorEnumTypeDeserializerFactory
A CastorEnumTypeDeserializer Factory -
Uses of DeserializerFactory in org.apache.axis.encoding.ser.xbeans
Classes in org.apache.axis.encoding.ser.xbeans that implement DeserializerFactory Modifier and Type Class Description class
XmlBeanDeserializerFactory
Class XmlBeanDeserializerFactory
-