First, they are all for the server side configuration. Second, jaxws:endpoint is coming from JAXWS API, and it is used to configure the org.apache.cxf.jaxws.EndpointImpl which extends javax.xml.ws.Endpoint.
jaxws:server is for configuring the JaxWsServerFactoryBean, which is coming from the Xfire API. Willem Eric Johnson wrote: > What is the difference between using jaxws:endpoint to configure a > service and using jaxws:server? > > > >
