Distinguish client or service in FactoryBeanListener for ENDPOINT_CREATED event

2014-07-11 Thread Andrei Shakirin
I have discovered the restriction of FactoryBeanListener in one customer use case. This scenario dynamically downloads WS-Policies from custom ServiceRegistry and applies them to the CXF client and service. Problem: it seems that there is not reliable way to determine that event

Re: Distinguish client or service in FactoryBeanListener for ENDPOINT_CREATED event

2014-07-11 Thread Daniel Kulp
I think I would go with option B. Extra events would be good. Dan On Jul 11, 2014, at 11:38 AM, Andrei Shakirin ashaki...@talend.com wrote: I have discovered the restriction of FactoryBeanListener in one customer use case. This scenario dynamically downloads WS-Policies from custom