Skip to content

Instantly share code, notes, and snippets.

@rossmason
Created April 14, 2011 05:32
Show Gist options
  • Select an option

  • Save rossmason/918943 to your computer and use it in GitHub Desktop.

Select an option

Save rossmason/918943 to your computer and use it in GitHub Desktop.
<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