Package | Description |
---|---|
javax.xml.rpc.encoding |
This package defines APIs for the extensible type mapping framework.
|
Modifier and Type | Method and Description |
---|---|
SerializerFactory |
TypeMapping.getSerializer(Class javaType,
QName xmlType)
Gets the SerializerFactory 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-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.