Package | Description |
---|---|
org.apache.axis.encoding | |
org.apache.axis.encoding.ser |
Modifier and Type | Method and Description |
---|---|
DeserializerFactory |
TypeMappingDelegate.getDeserializer(Class javaType,
QName xmlType) |
DeserializerFactory |
TypeMappingImpl.getDeserializer(Class javaType,
QName xmlType,
TypeMappingDelegate start)
Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type.
|
DeserializerFactory |
TypeMappingDelegate.getDeserializer(Class javaType,
QName xmlType,
TypeMappingDelegate start) |
DeserializerFactory |
TypeMappingDelegate.getDeserializer(QName xmlType) |
DeserializerFactory |
TypeMapping.getDeserializer(QName xmlType)
Gets the DeserializerFactory registered for the specified XML data type.
|
SerializerFactory |
TypeMappingDelegate.getSerializer(Class javaType) |
SerializerFactory |
TypeMapping.getSerializer(Class javaType)
Gets the SerializerFactory registered for the specified pair
of Java type and XML data type.
|
SerializerFactory |
TypeMappingImpl.getSerializer(Class javaType,
QName xmlType)
Gets the SerializerFactory registered for the specified pair
of Java type and XML data type.
|
SerializerFactory |
TypeMappingDelegate.getSerializer(Class javaType,
QName xmlType) |
QName |
TypeMappingImpl.getXMLType(Class javaType,
QName xmlType,
boolean encoded)
Get the exact XML type QName which will be used when serializing a
given Class to a given type QName.
|
QName |
TypeMappingDelegate.getXMLType(Class javaType,
QName xmlType,
boolean encoded)
Get the exact XML type QName which will be used when serializing a
given Class to a given type QName.
|
QName |
TypeMapping.getXMLType(Class javaType,
QName xmlType,
boolean encoded)
Get the exact XML type QName which will be used when serializing a
given Class to a given type QName.
|
protected void |
TypeMappingImpl.internalRegister(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Internal version of register(), which allows null factories.
|
void |
TypeMappingImpl.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type.
|
void |
TypeMappingDelegate.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf)
always throws an exception
|
void |
DefaultTypeMappingImpl.register(Class javaType,
QName xmlType,
SerializerFactory sf,
DeserializerFactory dsf) |
void |
TypeMappingImpl.removeDeserializer(Class javaType,
QName xmlType)
Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type.
|
void |
TypeMappingDelegate.removeDeserializer(Class javaType,
QName xmlType) |
void |
DefaultTypeMappingImpl.removeDeserializer(Class javaType,
QName xmlType) |
void |
TypeMappingImpl.removeSerializer(Class javaType,
QName xmlType)
Removes the SerializerFactory registered for the specified
pair of Java type and XML data type.
|
void |
TypeMappingDelegate.removeSerializer(Class javaType,
QName xmlType) |
void |
DefaultTypeMappingImpl.removeSerializer(Class javaType,
QName xmlType) |
Modifier and Type | Method and Description |
---|---|
Deserializer |
SimpleListDeserializerFactory.getDeserializerAs(String mechanismType)
Get the Deserializer and the set the Constructor so the
deserializer does not have to do introspection.
|
Deserializer |
SimpleDeserializerFactory.getDeserializerAs(String mechanismType)
Get the Deserializer and the set the Constructor so the
deserializer does not have to do introspection.
|
Deserializer |
BaseDeserializerFactory.getDeserializerAs(String mechanismType) |
Serializer |
SimpleSerializerFactory.getSerializerAs(String mechanismType) |
Serializer |
BeanSerializerFactory.getSerializerAs(String mechanismType) |
Serializer |
BaseSerializerFactory.getSerializerAs(String mechanismType) |
protected Serializer |
BaseSerializerFactory.getSerializerAsInternal(String mechanismType) |
Copyright © The Apache Software Foundation. All Rights Reserved.