cxf3跟spring4整合,address怎么配成自动设置?

我现在生成的webService都需要在spring配置脚本里面添加服务,例如



/jaxws:endpoint

现在就是想这些代码不需要配置。主要是这个address="/UserService" ,想改成自动的,就是在impl的服务类上面有个path ,然后通过spring扫描自动获取

如果有几千个服务 ,那这样配置是不可行的 ,有没有类似2.0版本的Jsr181HandlerMapping这样的代理配置。
只需要在服务接口上注解声明为@WebService即可 ,然后使用基本包扫描,只要有这样的注解就能访问

谢谢

看不见的部分类似 id="helloWorld"
implementor="demo.spring.HelloWorldImpl"
address="/HelloWorld" />