Hi,

i implement a webservice based on CXF and i want to select the business bean
based on ws parameters.

So i just want to use a code like that on the server side


@webservice
public String GetLabel(String lang) {

     ILabel label = x.getBean(lang);

     return label.getLabel();
     
}

So my question is how to lookup Spring context from CXF and use the Spring
bean API at runtime ?
(how to lookup the Servlet Context too from CXF ?)


Thanks
Bruno

-- 
View this message in context: 
http://www.nabble.com/get-a-Spring-Bean-from-CXF%2C-how-to---tp23333153p23333153.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to