Used Java Component To Access Flow and Session Vars

Post on 16-Feb-2017

57 views 0 download

transcript

Access Flowvars/Sessionvars

using Java Component in Mule

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

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

Result of Accessing flowVars and sessionVars in Java Component

• 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.

Here is the Java Component

The Updated Mule Config

END