Good afternoon, I have a question regarding replacement classes for Axis.
We are updating a legacy java project which uses many org.apache.axis
classes, so we tried the replacement, org.apache.axis2 following the migration
guide <https://axis.apache.org/axis2/java/core/docs/migration.html>. But we
cannot seem to find an axis2 replacement for some old axis classes. The
classes are the following:

org.apache.axis.encoding.SerializationContext
org.apache.axis.encoding.Serializer
org.apache.axis.encoding.Deserializer

org.apache.axis.encoding.ser.CalendarSerializer
org.apache.axis.encoding.ser.BeanSerializer
org.apache.axis.encoding.ser.EnumSerializer
org.apache.axis.encoding.ser.EnumDeserializer

org.apache.axis.description.TypeDesc
org.apache.axis.description.ElementDesc

org.apache.axis.types.NonNegativeInteger

Thanks for your time.

Reply via email to