|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.implementation.bpel.ode.BPELODEDeployFile
public class BPELODEDeployFile
A class that handles the deploy.xml file required for each BPEL process by the ODE runtime
Constructor Summary | |
---|---|
BPELODEDeployFile(BPELImplementation theImplementation)
Constructor - requires a BPELImplementation as a parameter The ODE deploy.xml file is for this supplied BPELImplementation |
Method Summary | |
---|---|
void |
constructDeployXML(java.io.PrintStream stream)
Creates the deploy.xml data and writes it to a supplied PrintStream |
void |
writeDeployfile()
Writes the deploy file into the same directory as the BPEL process file, with the name "deploy.xml" |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BPELODEDeployFile(BPELImplementation theImplementation)
theImplementation
- Method Detail |
---|
public void writeDeployfile() throws java.io.IOException
java.io.IOException
public void constructDeployXML(java.io.PrintStream stream)
stream
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |