Hi to all,
I'm trying to customize the BPEL Designer plugin, and I should get the
Imports information just to create something similar to AEP pdd file.
What I need is to parse the BPEL file, I could do it manually but I'm sure
that there are some Eclipse Bpel Api's that can allow me to parse the BPEL
file and get the information that I need. In my case I should get a list
of all the imports of the BPEL file, especially the namespace, the
location and the import type.
How can achieve it? Which class can allow me to do it?