Created
November 7, 2011 17:31
-
-
Save federecio/1345603 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
| <mule xmlns="http://www.mulesoft.org/schema/mule/core" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:spring="http://www.springframework.org/schema/beans" | |
| xmlns:googlemaps="http://www.mulesoft.org/schema/mule/googlemaps" | |
| xsi:schemaLocation=" | |
| http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd | |
| http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd | |
| http://www.mulesoft.org/schema/mule/googlemaps http://www.mulesoft.org/schema/mule/googlemaps/1.0-SNAPSHOT/mule-googlemaps.xsd"> | |
| <googlemaps:config myProperty="Some string" | |
| username="xxx" password="yyy"/> | |
| <flow name="testFlow"> | |
| <googlemaps:my-processor content="Another string"/> | |
| </flow> | |
| </mule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment