|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializerFactory | |
---|---|
org.jboss.axis.client | |
org.jboss.axis.encoding | |
org.jboss.axis.encoding.ser |
Uses of SerializerFactory in org.jboss.axis.client |
---|
Methods in org.jboss.axis.client with parameters of type SerializerFactory | |
---|---|
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 SerializerFactory in org.jboss.axis.encoding |
---|
Methods in org.jboss.axis.encoding with parameters of type SerializerFactory | |
---|---|
protected void |
DefaultTypeMappingImpl.myRegister(javax.xml.namespace.QName xmlType,
Class javaType,
SerializerFactory sf,
javax.xml.rpc.encoding.DeserializerFactory df)
Construct TypeMapping for all the [xmlType, javaType] for all of the known xmlType namespaces. |
Uses of SerializerFactory in org.jboss.axis.encoding.ser |
---|
Methods in org.jboss.axis.encoding.ser that return SerializerFactory | |
---|---|
static SerializerFactory |
BaseSerializerFactory.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |