Package | Description |
---|---|
org.apache.axis.encoding | |
org.apache.axis.encoding.ser | |
org.apache.axis.types |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleValueSerializer |
Modifier and Type | Method and Description |
---|---|
Serializer |
SerializationContext.getSerializerForJavaType(java.lang.Class javaType)
Convenience method to get the Serializer for a specific
java type
|
Modifier and Type | Class and Description |
---|---|
class |
Base64Serializer
Serializer for Base64
|
class |
CalendarSerializer
Serializer for dateTime (Calendar).
|
class |
DateSerializer
Serializer for Dates.
|
class |
EnumSerializer
Serializer for a JAX-RPC enum.
|
class |
HexSerializer
Serializer for hexBinary.
|
class |
QNameSerializer
Serializer for QNames.
|
class |
SimpleListSerializer
Serializer for
|
class |
SimpleSerializer
Serializer for primitives and anything simple whose value is obtained with toString()
|
class |
TimeSerializer
Serializer for Time.
|
Modifier and Type | Field and Description |
---|---|
protected Serializer |
BaseSerializerFactory.ser |
Modifier and Type | Method and Description |
---|---|
protected Serializer |
ArraySerializerFactory.getGeneralPurpose(java.lang.String mechanismType)
Obtains a serializer by invoking
|
protected Serializer |
BeanSerializerFactory.getGeneralPurpose(java.lang.String mechanismType)
Optimize construction of a BeanSerializer by caching the
type and property descriptors.
|
protected Serializer |
BaseSerializerFactory.getGeneralPurpose(java.lang.String mechanismType)
Obtains a serializer by invoking
|
protected Serializer |
BaseSerializerFactory.getSerializerAsInternal(java.lang.String mechanismType) |
protected Serializer |
BaseSerializerFactory.getSpecialized(java.lang.String mechanismType)
Obtains a serializer by invoking getSerializer method in the
javaType class or its Helper class.
|
Modifier and Type | Method and Description |
---|---|
static Serializer |
Schema.getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Copyright © 2005 Apache Web Services Project. All Rights Reserved.