Hi All, I am already able to retrieve the endpoint using the following:
Exchange exchange = ...;// retrieved from message exchange.getEndpoint().getEndpointInfo().getName()I was wondering if it is possible to retrieve the actual service method invoked. Am doing all this at a registered out interceptor at Phase.MARSHAL_ENDING.
Thanks in advance. Gabo
