Skip to content

Instantly share code, notes, and snippets.

@sachin-handiekar
Created January 3, 2016 09:26
Show Gist options
  • Save sachin-handiekar/964a90edb972f60248d2 to your computer and use it in GitHub Desktop.
Save sachin-handiekar/964a90edb972f60248d2 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<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:jpa="http://aries.apache.org/xmlns/jpa/v1.0.0" xmlns:tx="http://aries.apache.org/xmlns/transactions/v1.0.0">
<jaxws:endpoint id="HelloWorldServiceEndpoint"
implementor="#helloWorldService" address="/HelloWorldService" />
<bean id="helloWorldService"
class="com.sachinhandiekar.example.webservice.HelloWorldService" />
</blueprint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment