|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializerFactory | |
---|---|
org.apache.axis.client | |
org.apache.axis.encoding | |
org.apache.axis.encoding.ser |
Uses of SerializerFactory in org.apache.axis.client |
---|
Methods in org.apache.axis.client with parameters of type SerializerFactory | |
---|---|
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 SerializerFactory in org.apache.axis.encoding |
---|
Methods in org.apache.axis.encoding that return SerializerFactory | |
---|---|
SerializerFactory |
TypeMappingImpl.finalGetSerializer(java.lang.Class javaType)
|
Methods in org.apache.axis.encoding with parameters of type SerializerFactory | |
---|---|
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. |
Uses of SerializerFactory in org.apache.axis.encoding.ser |
---|
Methods in org.apache.axis.encoding.ser that return SerializerFactory | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |