Uses of Interface
javax.xml.rpc.encoding.DeserializerFactory

Packages that use DeserializerFactory
javax.xml.rpc.encoding This package defines APIs for the extensible type mapping framework. 
 

Uses of DeserializerFactory in javax.xml.rpc.encoding
 

Methods in javax.xml.rpc.encoding that return DeserializerFactory
 DeserializerFactory TypeMapping.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 DeserializerFactory
 void 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.