Do we really even want the path from the service-side binding.atom to the service impl to include the DataTransformationInterceptor, given that the binding makes its own invocation of the mediator?
What about using the usual trick of returning the componentType interface in getBindingInterfaceContrace() via: service.getService().getInterfaceContract() to disable the DTI? Is that all we really need to do here (and the analogous bit on the reference side)? Scott
