Studio Basics Walkthrough
This Studio Basics Walkthrough is designed to help you gain familiarity and confidence in working with Mule Studio.
Introduces Flows and Endpoints, and demonstrates how to invoke a Mule application using HTTP. |
|
Demonstrates how to add message processing components, in this example Logger and Echo, to a Flow. |
|
Demonstrates how to add custom code to a flow using a Component. |
|
Demonstrates using the Mule expression language to view the composition of a typical Mule message, including the message scope, message properties, and payload data. |
|
Demonstrates how to use Filters to screen out invalid requests. |
|
Demonstrates how to use Transformers to alter data in an HTTP request within a Flow. |
|
Demonstrates how to resolve the method entry point when invoking business logic in a Java class represented as a Component. |
|
Demonstrates how to use an outbound Endpoint to take data received via an HTTP request and output it to a file. |
|
Demonstrates the difference between one-way and request-response exchange patterns. |