org.apache.ode.tools.bpelc
Class BpelCompileCommand

java.lang.Object
  extended by org.apache.ode.tools.bpelc.BpelCompileCommand
All Implemented Interfaces:
Command

public class BpelCompileCommand
extends java.lang.Object
implements Command


Constructor Summary
BpelCompileCommand()
           
 
Method Summary
 void addBpelProcessUrl(java.lang.String u)
           
 void execute(CommandContext cc)
           
 void setCompileListener(CompileListener cl)
           
 void setMinimumSeverity(short m)
           
 void setOuputDirectory(java.io.File f)
           
 void setWsdlImportUri(java.lang.String u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BpelCompileCommand

public BpelCompileCommand()
Method Detail

setCompileListener

public void setCompileListener(CompileListener cl)

setMinimumSeverity

public void setMinimumSeverity(short m)

setOuputDirectory

public void setOuputDirectory(java.io.File f)

setWsdlImportUri

public void setWsdlImportUri(java.lang.String u)

addBpelProcessUrl

public void addBpelProcessUrl(java.lang.String u)

execute

public void execute(CommandContext cc)
             throws ExecutionException
Specified by:
execute in interface Command
Throws:
ExecutionException