[ 
https://issues.apache.org/jira/browse/CXF-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555864#action_12555864
 ] 

Jara Cesnek commented on CXF-1355:
----------------------------------

In spring configuration xml files can be used like this :


    <bean id="webServicesAgent" 
class="org.apache.cxf.spring.remoting.Jsr181HandlerMapping">
       <property name="urlPrefix"><value>/webservices/</value></property>
    </bean>


> Port Jsr181HandlerMapping from Xfire
> ------------------------------------
>
>                 Key: CXF-1355
>                 URL: https://issues.apache.org/jira/browse/CXF-1355
>             Project: CXF
>          Issue Type: New Feature
>          Components: Integration
>         Environment: Spring 1.x, 2.x
>            Reporter: Jara Cesnek
>         Attachments: Jsr181HandlerMapping.java
>
>
> In Xfire was support for automatic scans for @WebService annotated beans in 
> Spring servlet context and publish them as endpoints. 
> In CXF this feature is missing.
> In attachment I provide my own implementation same functionality on CXF.
> (Spring code is fine, about CXF code I am not sure, but anyway this works)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to