Spring CXF客户端动态端点

Spring CXF客户端动态端点,spring,client,cxf,Spring,Client,Cxf,我正在尝试使用cxf创建SpringWeb服务。。下面是spring-cxf-servlet.xml配置 <jaxws:client id="helloClient" serviceClass="demo.spring.HelloWorld" address="${endpoint.url}" /> 现在我的终点在数据库中定义。。。如何从数据库更新我的端点?您有任何代码吗?您提到“下面是…”但您尚未粘贴任何代码。

我正在尝试使用cxf创建SpringWeb服务。。下面是spring-cxf-servlet.xml配置

<jaxws:client id="helloClient"  serviceClass="demo.spring.HelloWorld"  address="${endpoint.url}" />


现在我的终点在数据库中定义。。。如何从数据库更新我的端点?

您有任何代码吗?您提到“下面是…”但您尚未粘贴任何代码。