Hi Currently (in M1 release) the constructor of EndpointImpl looks like *public EndpointImpl(Bus b, Object implementor, JaxWsServiceFactoryBean serviceFactory).*
Instead it would be better if it takes an AbstractJaxWsServiceFactoryBean instead of JaxWsServiceFactoryBean. This would be helpful for Provider based endpoints to use this contructor, since JaxWsServiceFactoryBean and ProviderServiceFactoryBean are subclasses of AbstractJaxWsServiceFactoryBean. Is this possible? Thanks Bharath http://jroller.com/page/bharath
