Created
April 14, 2011 05:32
-
-
Save rossmason/918943 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <spring:bean id="sayHello" class="org.mule.transport.jersey.HelloWorldResource" scope="prototype"/> | |
| <model name="SampleModel"> | |
| <service name="SampleService"> | |
| <inbound> | |
| <inbound-endpoint address="jersey:http://localhost:6677/" | |
| responseTimeout="1000" synchronous="true"/> | |
| </inbound> | |
| <component> | |
| <spring-object bean="sayHello"/> | |
| </component> | |
| </service> | |
| </model> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment