public class LaunchAction extends Object implements ClientAction
| Constructor and Description |
|---|
LaunchAction() |
| Modifier and Type | Method and Description |
|---|---|
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(String endPoint,
String soapAction,
String soapMessage)
Call a web service
|
boolean |
parseAndExecute(String[] args) |
public static javax.xml.soap.SOAPMessage launch(String endPoint, String soapAction, 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(String[] args)
parseAndExecute in interface ClientActionpublic org.apache.commons.cli.Options getOptions()
getOptions in interface ClientActionpublic String getDescription()
getDescription in interface ClientActionCopyright © 2011 OW2 Consortium. All Rights Reserved.