Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MEL Basics
Search
Abhi
June 11, 2015
Technology
0
34
MEL Basics
MEL Basics
Abhi
June 11, 2015
Tweet
Share
More Decks by Abhi
See All by Abhi
MuleFlow
abhipokharna
0
64
Mule Program
abhipokharna
0
30
Filter Session 1
abhipokharna
0
24
Filters
abhipokharna
0
41
Debugging
abhipokharna
0
22
Mule First Program
abhipokharna
0
43
MEL session 1
abhipokharna
0
29
MEL Details Session 3
abhipokharna
0
41
MEL Details Session 2
abhipokharna
0
33
Other Decks in Technology
See All in Technology
人工衛星のファームウェアをRustで書く理由
koba789
15
7.7k
ChatGPTとPlantUML/Mermaidによるソフトウェア設計
gowhich501
1
130
生成AIでセキュリティ運用を効率化する話
sakaitakeshi
0
650
オブザーバビリティが広げる AIOps の世界 / The World of AIOps Expanded by Observability
aoto
PRO
0
360
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
エラーとアクセシビリティ
schktjm
1
1.2k
20250903_1つのAWSアカウントに複数システムがある環境におけるアクセス制御をABACで実現.pdf
yhana
3
550
S3アクセス制御の設計ポイント
tommy0124
3
190
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
7
3.4k
Android Audio: Beyond Winning On It
atsushieno
0
110
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Producing Creativity
orderedlist
PRO
347
40k
Agile that works and the tools we love
rasmusluckow
330
21k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Done Done
chrislema
185
16k
Why Our Code Smells
bkeepers
PRO
339
57k
Transcript
MULESOFT DATA FORMATS & MEL BASICS Abhishek Jain
AGENDA Data Format Raw Data Structured Data
Examples MEL Basics Accessing Properties Topic for next session Reference
DATA FORMAT Different Types of Data Format -XML -JSON -Binary
-CSV -Objects Application can have different type of data Mule takes care of converting them for you Can access specific data during message transmission
RAW DATA -No Standard format -Optimal from performance point of
view -Specific data access requires parting of it
STRUCTURED DATA -In Memory presentation -Internally manages in structured manner
-Structured data allows easy access of message properties
SOME EXAMPLES -Raw Data -String -Input Stream -Byte Array -Structured
Data -Map -Structured Java Object -XML -JSON
MEL BASICS #[] • Encapsulate all mule expressions #[message] •
Holds a context object #[message.payload] • Dot notation for accessing specific properties from message
ACCESS PROPERTIES -Message.inboundProperties and message.outboundProperties are maps using which we
can access inbound/outbound properties -You can never add inbound property -Outbound properties can be added/removed
NEXT SESSION Mule Variables
REFERENCES www.mulesoft.com Mule in Action
THANK YOU