Hi all...
i would like to have WS-* at message level (in the service implementation,
not by interceptors) so i start looking what is done in the interceptors.
There cxf works on Message obj, how can i retrieve it into the service impl?
public class foo implements Provider<SOAPMessage> {
@Resource
WebServiceContext wsc;
public SOAPMessage invoke(SOAPMessage request){
...
...
}
}
Thx,
Lorenzo
--
View this message in context:
http://www.nabble.com/Retrieve-Message-in-Provider%3CSOAPMessage%3E-impl..-tp15045111p15045111.html
Sent from the cxf-user mailing list archive at Nabble.com.