|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeserializerFactory | |
---|---|
org.apache.axis.client | |
org.apache.axis.encoding | |
org.apache.axis.encoding.ser | |
org.apache.axis.encoding.ser.castor |
Uses of DeserializerFactory in org.apache.axis.client |
---|
Methods in org.apache.axis.client with parameters of type DeserializerFactory | |
---|---|
void |
Call.registerTypeMapping(java.lang.Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory df)
Register type mapping information for serialization/deserialization Note: Not part of JAX-RPC specification. |
void |
Call.registerTypeMapping(java.lang.Class javaType,
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.apache.axis.encoding |
---|
Methods in org.apache.axis.encoding that return DeserializerFactory | |
---|---|
DeserializerFactory |
TypeMappingImpl.finalGetDeserializer(java.lang.Class javaType,
QName xmlType,
TypeMappingDelegate start)
|
Uses of DeserializerFactory in org.apache.axis.encoding.ser |
---|
Methods in org.apache.axis.encoding.ser that return DeserializerFactory | |
---|---|
static DeserializerFactory |
BaseDeserializerFactory.createFactory(java.lang.Class factory,
java.lang.Class javaType,
QName xmlType)
Utility method that intospects on a factory class to decide how to create the factory. |
Uses of DeserializerFactory in org.apache.axis.encoding.ser.castor |
---|
Methods in org.apache.axis.encoding.ser.castor that return DeserializerFactory | |
---|---|
static DeserializerFactory |
CastorEnumTypeDeserializerFactory.create(java.lang.Class javaType,
QName xmlType)
|
static DeserializerFactory |
CastorDeserializerFactory.create(java.lang.Class javaType,
QName xmlType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |