| Package | Description | 
|---|---|
| javax.xml.rpc.encoding | This package defines APIs for the extensible type mapping framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeserializerFactory | TypeMapping. getDeserializer(Class javaType,
               QName xmlType)Gets the DeserializerFactory registered for the specified
  pair of Java type and XML data type. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.