Uses of Interface
javax.xml.rpc.encoding.SerializerFactory
-
Packages that use SerializerFactory Package Description javax.xml.rpc.encoding -
-
Uses of SerializerFactory in javax.xml.rpc.encoding
Methods in javax.xml.rpc.encoding that return SerializerFactory Modifier and Type Method 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.Methods in javax.xml.rpc.encoding with parameters of type SerializerFactory Modifier and Type Method 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.
-