Hi,

I would really appreciate if somebody can answer the following questions
regarding the data binding framework.

1. Is DataBindingInteceptor the only interceptor in the chain that deals
with data transformation?

2. The DataBindingInteceptor has a mediator associated with it to transform
the data. The current mediator has a list of Transformers that act on the
data.
   Is my understanding correct?

3. As I see all transformers are categoried as either Pull or Push based.
What does this mean?

4. How does all these fit into together? Like can I know the flow when a
service is accessed or when we invoke on a reference?
   For example what I am expecting is something like this. (I am familliar
with axis2, so let me use that as most of u guys are also familliar with
axis2)

  SOAP msg --> TransportListerner --> in Handler chain --> MessageReceiver
--> Service implementation or your Bizz logic

  Service Impl --> MessageReceiver --> out Handler chain -->
TransportSender --> SOAP msg

A flow diagram (simillar to above) of how Tuscant handles a service
invocation and invoking a reference is very helpfull.

Thanks in advance,

Rajith.

Reply via email to