You can try http://static.springsource.org/spring/docs/2.5.5/api/org/springframework/remoting/jaxws/SimpleJaxWsServiceExporter.html to export the beans.
2011/10/25 zujing <[email protected]>: > I'm using CXF with Spring to publish.All works fine. > But I think this is very tedious.So much <jaxws:endpoint> tag in > applicationContext.xml. > > Exists any <jaxws:endpoint /> annotation? > @Endpoint(address = "HelloWS") > @Component > @WebService(endpointInterface = "com.yidatec.reach.ws.HelloWS") > public class HelloWSImpl implements HelloWS{ > > > In http://cxf.apache.org/docs/annotations.html already exist so much > annotations. > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Exists-any-jaxws-endpoint-annotation-tp4935715p4935715.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
