Skip to content

Instantly share code, notes, and snippets.

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