public class Convert extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COPY |
static String |
IGNORE |
Constructor and Description |
---|
Convert() |
Modifier and Type | Method and Description |
---|---|
String |
convertDefinition(String newTargetNS,
javax.wsdl.Definition def,
String targetDir,
boolean verbose,
boolean overwrite) |
String |
convertFile(String newTargetNS,
String fileName,
String targetDir,
boolean verbose,
boolean overwrite) |
Map |
getExtToBehaviorMap() |
static void |
main(String[] argv)
The main entry-point for the conversion utility.
|
void |
setExtToBehaviorMap(Map extToBehaviorMap) |
public Map getExtToBehaviorMap()
public void setExtToBehaviorMap(Map extToBehaviorMap)
public String convertDefinition(String newTargetNS, javax.wsdl.Definition def, String targetDir, boolean verbose, boolean overwrite) throws javax.wsdl.WSDLException, IOException
javax.wsdl.WSDLException
IOException
public String convertFile(String newTargetNS, String fileName, String targetDir, boolean verbose, boolean overwrite) throws javax.wsdl.WSDLException, IOException
javax.wsdl.WSDLException
IOException
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.