Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created September 26, 2014 15:23
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/81941128f6d259d43e5f to your computer and use it in GitHub Desktop.
Save marianogonzalez/81941128f6d259d43e5f to your computer and use it in GitHub Desktop.
<flow name="helloWorldResource">
<http:inbound-endpoint host="localhost" port="${port}" exchange-pattern="request-response"/>
<jersey:resources>
<component class="org.mule.module.jersey.HelloWorldResource"/>
<jersey:package packageName="com.my.project.jersey.readers" />
<jersey:package packageName="com.my.project.jersey.writers" />
</jersey:resources>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment