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(java.lang.Class javaType,
javax.xml.namespace.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(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.
|