You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@opensource.lk on 2004/01/22 06:18:52 UTC

Re: Provider Responsibility - FYI Axis C++

In Axis C++ the tool generated wrapper is the provider. And it
communicates with Serializer/Deserializer of Axis Engine to do
serialization and deserialization.

There can be different kind of providers (formats of generated wrappers).
For example

C-RPC providers / C++ - RPC providers
C-Doc/lit providers / C++ - Doc/lit providers
COM providers

etc

Any comment ?.

Thanks,

Susantha.

> Hi,
>
>
>
>             After thinking about the nature of providers and
> serializers, I
> think the serialization that RPCProvider does is incorrect. That's not
> the responsibility of the provider. Shouldn't that go in the serializer
> or, somewhere else in the message chain?
>
>
>
> Thanks,
>
>
>
> Brian Abbott