Hi all, I'm setting up a web service using JaxWsServerFactoryBean.How can I make resources available to the service class? Is it supported that a constructor with parameters is called when instantiating the service class?
What other possibilities are there to pass information to an instance of the service class?
Thanks in advance Alois
