Uses of Interface
javax.xml.rpc.encoding.DeserializerFactory
-
Packages that use DeserializerFactory Package Description javax.xml.rpc.encoding -
-
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, javax.xml.namespace.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, javax.xml.namespace.QName xmlType, SerializerFactory sf, DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
-