Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws"
- xmlns:cxf="http://cxf.apache.org/blueprint/core"
- xsi:schemaLocation="
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd
- http://cxf.apache.org/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd">
- <!-- === origin: http://svn.apache.org/repos/asf/servicemix/smx5/trunk/examples/cxf/cxf-jaxws-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml === -->
- <cxf:bus>
- <cxf:features>
- <cxf:logging/>
- </cxf:features>
- </cxf:bus>
- <bean id="ws2Impl" class="com.apogado.test.localcomm.ws2.LocalWs2Impl" />
- <jaxws:endpoint id="helloWs2"
- implementor="#ws2Impl"
- address="/localcomm/ws2">
- </jaxws:endpoint>
- </blueprint>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement