Package | Description |
---|---|
org.apache.axis.client | |
org.apache.axis.encoding | |
org.apache.axis.encoding.ser | |
org.apache.axis.encoding.ser.castor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DeserializerFactory |
TypeMappingImpl.finalGetDeserializer(java.lang.Class javaType,
QName xmlType,
TypeMappingDelegate start) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static DeserializerFactory |
CastorDeserializerFactory.create(java.lang.Class javaType,
QName xmlType) |
static DeserializerFactory |
CastorEnumTypeDeserializerFactory.create(java.lang.Class javaType,
QName xmlType) |
Copyright © 2005 Apache Web Services Project. All Rights Reserved.