Hi, we've extended the JaxwsNotificationBroker in a previous project, inheriting all its methods in our NotificationBroker and adding a new Starter class which (as far as I can tell) replaces Service.java. Now I want to add some interceptors to log incoming and outgoing messages. How do I do that? Placing a beans.xml in our resources/META-INF does nothing. I have no idea how to access a Server object to add the interceptors programmatically - the only object I have access to is the JaxwsNotificationBroker instance. SEI and service class are generated from WSDL, so I can't edit them. Does anyone have any tips how I can get my interceptors in there?
Thank you very much for any help! Anne
