我如何使用带有 Grails 的 CXF 将 Web 服务发布到多个地址(端点)?

How I can make a webservice to be published in multiple addresses (endpoints) using CXF with Grails?

我正在使用 CXF 在 grails 中实现 Web 服务。我想在单个服务的多个地址中发布我的端点。就像:

localhost:8080/myapplication/Services/myservice1 localhost:8080/myapplication/Services/myservice2

如何动态地实现端点地址?

谢谢。

尝试 CXF plugin for grails. At the end of readme 甚至还有一个演示项目。