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.

Reply via email to