cancel
Showing results for 
Search instead for 
Did you mean: 

Deployable proxy - load(String) method

former_member190457
Contributor
0 Kudos

Hi all,

on my NW70 I created a deployable proxy and all type classes were appropriately generated.

Let's say that class MyMessage was generated.

I would like to instantiate an object of class MyMessage and populate it with content from an xml file of corresponding structure (compliant to the corresponding schema).

I found that this can be done:


MyMessage m = new MyMessage();
m.load("a String representing the xml file");

However I am not sure what "load" is supposed to do, no javadoc was found.

Can anyone shed some light or provide other ways to achieve the same result?

Thanks in advance,

regards

Vincenzo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190457
Contributor
0 Kudos

DO NOT USE IT, it's there just for backward compatibility