Created
April 14, 2011 05:47
-
-
Save rossmason/918955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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