I have an endpoint declaration like this in my beans.xml file, the trouble is 
the
implementing class needs to get hold of some other spring beans (mainly DAOs) 
so it can do its work.  How can I inject these in or get the application 
context from within this implementation class?  If this was a normal bean 
declaration id just inject the DAOs but I dont know what to do with a 
Jaxws:endpoint bean?  Any clues?

<jaxws:endpoint 
id="reportingService" 
implementor="com.visualio.reportserver.webservices.ReportingServiceImpl" 
address="/ReportingService" 
/>

Jeremy M. Isikoff


       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433

Reply via email to