Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created September 26, 2014 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/7c597921489e2ad2d45d to your computer and use it in GitHub Desktop.
Save marianogonzalez/7c597921489e2ad2d45d to your computer and use it in GitHub Desktop.
<flow name="helloWorld">
<http:inbound-endpoint host="localhost" port="${port}" exchange-pattern="request-response"/>
<jersey:resources>
<component class="org.mule.module.jersey.HelloWorldResource"/>
<jersey:property key="jersey.config.server.languageMappings" value="english : en, french : fr" />
</jersey:resources>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment