Skip to content

Instantly share code, notes, and snippets.

@rossmason
Created April 14, 2011 05:49
Show Gist options
  • Save rossmason/918958 to your computer and use it in GitHub Desktop.
Save rossmason/918958 to your computer and use it in GitHub Desktop.
<flow name="helloFlow">
<inbound-endpoint address="http://localhost:63081/hello"/>
<cxf:jaxws-service serviceClass="org.example.HelloServiceImpl"/>
<component>
<singleton-object class="org.example.HelloServiceImpl" />
</component>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment