public class DeployAction extends java.lang.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(java.net.URL bpelURL,
java.util.List<java.net.URL> wsdls,
java.lang.String jmxServiceUrl,
java.lang.String jmxObjectName)
Deploy a BPEL process
|
java.lang.String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
parseAndExecute(java.lang.String[] args) |
public static ProcessDefinition deploy(java.net.URL bpelURL, java.util.List<java.net.URL> wsdls, java.lang.String jmxServiceUrl, java.lang.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(java.lang.String[] args)
parseAndExecute in interface ClientActionpublic org.apache.commons.cli.Options getOptions()
getOptions in interface ClientActionpublic java.lang.String getDescription()
getDescription in interface ClientActionCopyright © 2011 OW2 Consortium. All Rights Reserved.