Uses of Interface
javax.xml.rpc.encoding.SerializerFactory

Packages that use SerializerFactory
javax.xml.rpc.encoding   
 

Uses of SerializerFactory in javax.xml.rpc.encoding
 

Methods in javax.xml.rpc.encoding that return SerializerFactory
 SerializerFactory TypeMapping.getSerializer(java.lang.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 SerializerFactory
 void TypeMapping.register(java.lang.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 © 2003 Apache Web Services Project. A ll Rights Reserved.