Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Bpel process generation... help needed

Hi, 

I want to generate the bpel process (xml), I tried to roam around the classes like BPELWriter, BPELFactoryImpl, BPELResourceImpl etc...

What I am trying to do is that creating Process and its children form BPELFactoryImpl and then want to use write(BPELResource, OutputStream) method. 

first am i assuming it right and second how can i add Process to BPELResource


regards,
 
----
AL



Back to the top