Re: [Simple-support] Arbitrary length simple xml serializeable object lists to be put in rpc call x
Brought to you by:
niallg
|
From: Mathieu L. <blu...@gm...> - 2016-02-12 09:05:33
|
Hi Marcus, How do you want the arguments to be passed to the method ? Can you give a Java example from your XML example ? *Mathieu* 2016-02-12 0:02 GMT+01:00 Marcipicus . <mar...@gm...>: > Hi there, > > I'm trying to write a generic server/ client framework right now that will > automatically serialize and deserialize the arguments of an rpc call of the > form. > > <RPCCALL methodName="add"> > <Object1> > <el1>dasfgdasf</el1> > </Object1> > <Object2 attr1="value"> > <anotherel1ofADifferentype> > <el1.2>dfas</el1.2> > </anotherel1ofADifferentype> > </Object2> > <RPCCALL> > > > The problem is I don't want ot have to write a class for every rpc call > that gets created. I just want to be able to deserialize arguments and pass > them to the method. > > Does anyone have any idea how to do this or have any ideas about how to > get around the writing of custom code for each rpc call interpretation. > > Any help is appreciated. > > Thank you very much, > Sincerely, > Marcus Sammon > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Simple-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simple-support > > |