Posted: Mon Nov 16, 2009 12:39 am Post subject: How to use com.ibm.broker.plugin.MbElement[] as INOUT param
Apprentice
Joined: 11 Jul 2009 Posts: 38
From documentation i see that ESQL-JAVA invocation supports com.ibm.broker.plugin.MbElement[] as INOUT parameter.
in that case i my esql and java functions will look like below.
After the JAVA call, how do i use all the references returned by JAVA(i.e. MbElement[]) in ESQL?
Please help.
CREATE PROCEDURE GetABC(IN refIN REFERENCE,INOUT refINOUT REFERENCE )
LANGUAGE JAVA
EXTERNAL NAME "com.XYZ.getABC";
public static void getABC(MbElement mbE1, MbElement[] mbE2)
{
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum