Hi all;
To support RPC , it requires a way to
configure type mappers to serialize and deserialize (if the objects are not
simple type or JavaBeans), my idea is to add following XML tag into services.xml
to configure that.
<typeMapping>
<typeMapper xsiType="int" javaType="java.lang.Integer" class="org.apache.axis2.rpc.TypeMapperImpl"/> </typeMapping> And ServiceDescription has a map two maps to
store TypeMappers , and those type mappers are accessed by RPCMessageReceiver
depending on the xsi:type attribute.
Thanks, Deepal ................................................................ ~Future is Open~ |
- [Axis2] Registering TypeMapping Deepal Jayasinghe
- Re: [Axis2] Registering TypeMapping Davanum Srinivas