Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Refactor EndpointImpl and JaxWsServerFactoryBean, so that essentially everything in EndpointImpl is delegates to the JaxWsServerFactoryBean, EndpointImpl is just a wrapper on top of JaxWsServerFactoryBean. At the moment, JaxWsServerFactoryBean is not equal to javax.xml.ws.Endpoint.publish(), eg, handler chain and context injection is not done in JaxWsServerFactoryBean