I would like to know if it's possible to omit the interface level in CXF? I
would like that my endpoint straightly invoke java class (no interface).
I've got class *Service with I would like use like an implementor. beans.xlm
looks like:
<jaxws:endpoint 
                id="*Service"
                implementor="com.*Service"              
                address="/adress">
But methods in  *Service are not visible in WSDL. Maybe someone now how to
solve this problem,does it require a change in beans.xml or rather
annotation in *Service class
-- 
View this message in context: 
http://www.nabble.com/Omitting-the-interface-level-in-CXF-tf4528846.html#a12922754
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to