org.apache.tuscany.sca.implementation.bpel.ode
Class BPELODEDeployFile

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.bpel.ode.BPELODEDeployFile

public class BPELODEDeployFile
extends java.lang.Object

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

BPELODEDeployFile

public BPELODEDeployFile(BPELImplementation theImplementation)
Constructor - requires a BPELImplementation as a parameter The ODE deploy.xml file is for this supplied BPELImplementation

Parameters:
theImplementation -
Method Detail

writeDeployfile

public void writeDeployfile()
                     throws java.io.IOException
Writes the deploy file into the same directory as the BPEL process file, with the name "deploy.xml"

Throws:
java.io.IOException

constructDeployXML

public void constructDeployXML(java.io.PrintStream stream)
Creates the deploy.xml data and writes it to a supplied PrintStream

Parameters:
stream -