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
44
MEL session 1
abhipokharna
0
29
MEL Details Session 3
abhipokharna
0
42
MEL Details Session 2
abhipokharna
0
34
Other Decks in Technology
See All in Technology
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.4k
職種別ミートアップで社内から盛り上げる アウトプット文化の醸成と関係強化/ #DevRelKaigi
nishiuma
2
160
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
610
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
80k
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
150
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
160
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
130
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
260
AWS Control Tower に学ぶ! IAM Identity Center 権限設計の第一歩 / IAM Identity Center with Control Tower
y___u
0
110
コンテキストエンジニアリング入門〜AI Coding Agent作りで学ぶ文脈設計〜
kworkdev
PRO
0
170
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
280
10年の共創が示す、これからの開発者と企業の関係 ~ Crossroad
soracom
PRO
1
720
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Speed Design
sergeychernyshev
32
1.2k
Become a Pro
speakerdeck
PRO
29
5.5k
GraphQLとの向き合い方2022年版
quramy
49
14k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Context Engineering - Making Every Token Count
addyosmani
5
230
Optimizing for Happiness
mojombo
379
70k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Documentation Writing (for coders)
carmenintech
75
5k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
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