Hi,
a question regarding transformers, it seems that when I have a component that
implements TransformComponentSupport and send a InOut ME through this
transformer only the request is received by the onMessageExchange() but not the
response.
The onMessageExchange() method is called twice, once normal and once with status
DONE. but both have as content of the in an out message the content of the
request. One never gets the response in the transformer.
Now I need to have a transformer that does an action both on the request and the
response of a InOut ME, how can I do this?
req ---> +-------+ ----> +------+
| trans | | comp |
resp <--- +-------+ <---- +------+
Thanks, Peter