public class WSDL2JavaGenerator extends Object
Constructor and Description |
---|
WSDL2JavaGenerator() |
Modifier and Type | Method and Description |
---|---|
Map |
fillOptionMap(boolean isAyncOnly,
boolean isSyncOnly,
boolean isServerSide,
boolean isServerXML,
boolean isTestCase,
boolean isGenerateAll,
String serviceName,
String portName,
String databindingName,
String WSDLURI,
String packageName,
String selectedLanguage,
String outputLocation,
String namespace2packageList,
boolean isServerSideInterface,
HashMap advanceOptions)
Creates a list of parameters for the code generator based on the decisions made by the user on the OptionsPage
(page2).
|
AxisService |
getAxisService(String wsdlURI)
Reads the WSDL Object Model from the given location.
|
String |
getBaseUri(String wsdlURI) |
public Map fillOptionMap(boolean isAyncOnly, boolean isSyncOnly, boolean isServerSide, boolean isServerXML, boolean isTestCase, boolean isGenerateAll, String serviceName, String portName, String databindingName, String WSDLURI, String packageName, String selectedLanguage, String outputLocation, String namespace2packageList, boolean isServerSideInterface, HashMap advanceOptions)
public AxisService getAxisService(String wsdlURI) throws Exception
wsdlURI
- the filesystem location (full path) of the WSDL file to read in.javax.wsdl.WSDLException
- when WSDL File is invalidIOException
- on errors reading the WSDL fileException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.