Uses of Interface
javax.xml.rpc.encoding.SerializerFactory
Packages that use SerializerFactory
Package
Description
This package defines APIs for the extensible type mapping framework.
-
Uses of SerializerFactory in javax.xml.rpc.encoding
Methods in javax.xml.rpc.encoding that return SerializerFactoryModifier and TypeMethodDescriptionTypeMapping.getSerializer(Class javaType, QName xmlType) Gets the SerializerFactory registered for the specified pair of Java type and XML data type.Methods in javax.xml.rpc.encoding with parameters of type SerializerFactoryModifier and TypeMethodDescriptionvoidTypeMapping.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.