org.apache.ode.tools.bpelc
Class BpelCompileCommand
java.lang.Object
org.apache.ode.tools.bpelc.BpelCompileCommand
- All Implemented Interfaces:
- Command
public class BpelCompileCommand
- extends java.lang.Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BpelCompileCommand
public BpelCompileCommand()
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