public class LaunchAction extends java.lang.Object implements ClientAction
| Constructor and Description |
|---|
LaunchAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
org.apache.commons.cli.Options |
getOptions() |
protected static void |
launch(org.apache.commons.cli.CommandLine line)
Call a web service
|
static javax.xml.soap.SOAPMessage |
launch(java.lang.String endPoint,
java.lang.String soapAction,
java.lang.String soapMessage)
Call a web service
|
boolean |
parseAndExecute(java.lang.String[] args) |
public static javax.xml.soap.SOAPMessage launch(java.lang.String endPoint,
java.lang.String soapAction,
java.lang.String soapMessage)
endPoint - url of the servicesoapAction - SOAP action of the operationsoapMessage - SOAP message to send (without SOAP envelop)protected static void launch(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.