Title: Type Mapping Registry (Default types)

Hello

I'm using Axis to deploy WebServices. In our company we are using typed classes to represent business data. This classes have the property that they are unmodifyable (we don't use Java Primitives for business data). We now want to match this types to jax-rpc types. For this I wrote one serializer and deserializer. Until now i have to declare the type-mapping in the server-config.wsdd file. I would like to "plug in" this default type mapping in too the default type mapping. So I doesnt need to do the type mapping in the config file. How can i do that?

Thanks
Pascal

Reply via email to