+ All Categories
Home > Technology > Used Java Component To Access Flow and Session Vars

Used Java Component To Access Flow and Session Vars

Date post: 16-Feb-2017
Category:
Upload: christian-hipolito
View: 57 times
Download: 0 times
Share this document with a friend
8
Access Flowvars/Sessionvar s using Java Component in Mule
Transcript
Page 1: Used Java Component To Access Flow and Session Vars

Access Flowvars/Sessionvars

using Java Component in Mule

Page 2: Used Java Component To Access Flow and Session Vars

• I will used my previous project from below. See the link

• http://www.slideshare.net/ChristianHipolito2/flowvar-and-sessionvar-in-mule

Page 3: Used Java Component To Access Flow and Session Vars

Result of Accessing flowVars and sessionVars in Java Component

Page 4: Used Java Component To Access Flow and Session Vars
Page 5: Used Java Component To Access Flow and Session Vars

• Based from the previous slide, I simply added a java component named “Access Flow and Session Var in JAVA”.

• This java allows to read the flowVars and sessionVars and logged them all. The java component also replaced the values of it.

• So you can see on the logs that the values had changed.

Page 6: Used Java Component To Access Flow and Session Vars

Here is the Java Component

Page 7: Used Java Component To Access Flow and Session Vars

The Updated Mule Config

Page 8: Used Java Component To Access Flow and Session Vars

END


Recommended