| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- Generated by Apache ServiceMix Archetype --> |
| <beans xmlns:cxfse="http://servicemix.apache.org/cxfse/1.0" |
| xmlns="http://www.springframework.org/schema/beans" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://servicemix.apache.org/cxfse/1.0 http://servicemix.apache.org/schema/servicemix-cxfse-@{components-version}.xsd |
| http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> |
| |
| <!-- BEGIN SNIPPET: cxfse --> |
| <cxfse:endpoint> |
| <cxfse:pojo> |
| <bean class="PersonImpl" /> |
| </cxfse:pojo> |
| </cxfse:endpoint> |
| <!-- END SNIPPET: cxfse --> |
| |
| </beans> |