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
42
MEL session 1
abhipokharna
0
29
MEL Details Session 3
abhipokharna
0
41
MEL Details Session 2
abhipokharna
0
32
Other Decks in Technology
See All in Technology
MobileActOsaka_250704.pdf
akaitadaaki
0
150
Geminiとv0による高速プロトタイピング
shinya337
1
280
ビジネス職が分析も担う事業部制組織でのデータ活用の仕組みづくり / Enabling Data Analytics in Business-Led Divisional Organizations
zaimy
0
130
事業成長の裏側:エンジニア組織と開発生産性の進化 / 20250703 Rinto Ikenoue
shift_evolve
PRO
3
22k
改めてAWS WAFを振り返る~業務で使うためのポイント~
masakiokuda
2
270
SmartNewsにおける 1000+ノード規模 K8s基盤 でのコスト最適化 – Spot・Gravitonの大規模導入への挑戦
vsanna2
0
140
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
550
ビズリーチが挑む メトリクスを活用した技術的負債の解消 / dev-productivity-con2025
visional_engineering_and_design
3
7.9k
ネットワーク保護はどう変わるのか?re:Inforce 2025最新アップデート解説
tokushun
0
210
United™️ Airlines®️ Customer®️ USA Contact Numbers: Complete 2025 Support Guide
flyunitedguide
0
240
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
400
データグループにおけるフロントエンド開発
lycorptech_jp
PRO
1
110
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
BBQ
matthewcrist
89
9.7k
How to train your dragon (web standard)
notwaldorf
96
6.1k
We Have a Design System, Now What?
morganepeng
53
7.7k
Rails Girls Zürich Keynote
gr2m
95
14k
A Tale of Four Properties
chriscoyier
160
23k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Documentation Writing (for coders)
carmenintech
72
4.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
310
Writing Fast Ruby
sferik
628
62k
Bash Introduction
62gerente
613
210k
YesSQL, Process and Tooling at Scale
rocio
173
14k
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