Step 1: create a JaxWsServiceFactoryBean. Set the service class. Step 2: create a JaxWsServerFactoryBean over the service factory bean.
Step 3: observe that the serviceClass of the serverFactory bean is null. Shouldn't it default to that of the service factory?
