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 |
---|---|
SerializerFactory |
TypeMappingImpl.finalGetSerializer(java.lang.Class javaType) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultTypeMappingImpl.myRegister(QName xmlType,
java.lang.Class javaType,
SerializerFactory sf,
DeserializerFactory df)
Construct TypeMapping for all the [xmlType, javaType] for all of the
known xmlType namespaces.
|
Modifier and Type | Method and Description |
---|---|
static SerializerFactory |
BaseSerializerFactory.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 SerializerFactory |
CastorSerializerFactory.create(java.lang.Class javaType,
QName xmlType) |
static SerializerFactory |
CastorEnumTypeSerializerFactory.create(java.lang.Class javaType,
QName xmlType) |
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.