Uses of Interface
org.jboss.axis.encoding.DeserializerFactory

Packages that use DeserializerFactory
org.jboss.axis.client   
org.jboss.axis.encoding.ser   
 

Uses of DeserializerFactory in org.jboss.axis.client
 

Methods in org.jboss.axis.client with parameters of type DeserializerFactory
 void Call.registerTypeMapping(Class javaType, javax.xml.namespace.QName xmlType, SerializerFactory sf, DeserializerFactory df)
          Register type mapping information for serialization/deserialization

Note: Not part of JAX-RPC specification.

 void Call.registerTypeMapping(Class javaType, javax.xml.namespace.QName xmlType, SerializerFactory sf, DeserializerFactory df, boolean force)
          Register type mapping information for serialization/deserialization

Note: Not part of JAX-RPC specification.

 

Uses of DeserializerFactory in org.jboss.axis.encoding.ser
 

Methods in org.jboss.axis.encoding.ser that return DeserializerFactory
static DeserializerFactory BaseDeserializerFactory.createFactory(Class factory, Class javaType, javax.xml.namespace.QName xmlType)
          Utility method that intospects on a factory class to decide how to create the factory.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.