public class DeployAction extends Object implements ClientAction
| Constructor and Description |
|---|
DeployAction() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
deploy(org.apache.commons.cli.CommandLine line)
Deploy a process
|
static ProcessDefinition |
deploy(URL bpelURL,
List<URL> wsdls,
String jmxServiceUrl,
String jmxObjectName)
Deploy a BPEL process
|
String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
parseAndExecute(String[] args) |
public static ProcessDefinition deploy(URL bpelURL, List<URL> wsdls, String jmxServiceUrl, String jmxObjectName)
bpelFile - URL of the bpel file to deploywsdlFile - URL of the wsdl fileenvFile - URL of the environment xmljmxServiceUrl - url of the jmx servicejmxObjectName - name of the remote deployerprotected static void deploy(org.apache.commons.cli.CommandLine line)
line - parsed command linepublic boolean parseAndExecute(String[] args)
parseAndExecute in interface ClientActionpublic org.apache.commons.cli.Options getOptions()
getOptions in interface ClientActionpublic String getDescription()
getDescription in interface ClientActionCopyright © 2012 OW2 Consortium. All Rights Reserved.