| |
|
| org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage org.apache.axis2.tool.codegen.eclipse.ui.OptionsPage
OptionsPage | public class OptionsPage extends AbstractWizardPage implements UIConstants(Code) | | Options Page lets the user change general settings on the code generation. It
is used in the CodegenWizardPlugin, CodeGenWizard.
|
container | Composite container(Code) | | |
OptionsPage | public OptionsPage()(Code) | | Creates the page and initialize some settings
|
createControl | public void createControl(Composite parent)(Code) | | |
getGenerateAll | public boolean getGenerateAll()(Code) | | |
getGenerateServerSideInterface | public boolean getGenerateServerSideInterface()(Code) | | |
getNs2PkgMapping | public String getNs2PkgMapping()(Code) | | get the package to namespace mappings
|
getPackageFromNamespace | public String getPackageFromNamespace(String namespace)(Code) | | get the package derived by Namespace
|
getPackageName | public String getPackageName()(Code) | | return the package name
a string containing the package name to use for code generation |
getPageType | public int getPageType()(Code) | | |
getPortName | public String getPortName()(Code) | | null if portname is empty |
getSelectedLanguage | public String getSelectedLanguage()(Code) | | Get the selected language
a string containing the name of the target language |
getServiceName | public String getServiceName()(Code) | | null if the text is empty |
initializeDefaultSettings | protected void initializeDefaultSettings()(Code) | | Sets the default values for the Options page
|
isAsyncOnlyOn | public boolean isAsyncOnlyOn()(Code) | | the async only status
true if "Generate asynchronous code only" is checked |
isGenerateTestCase | public boolean isGenerateTestCase()(Code) | | true if "Generate test case" is checked |
isServerXML | public boolean isServerXML()(Code) | | true if "Generate XML configuration file" is checked |
isServerside | public boolean isServerside()(Code) | | The serverside status
true if "Generate Server-Side" is checked |
isSyncOnlyOn | public boolean isSyncOnlyOn()(Code) | | the sync only status
true if "Generate synchronous code only" is checked |
populateParamsFromWSDL | public void populateParamsFromWSDL()(Code) | | populate the service and the port from the WSDL this needs to be public
since the WSDLselection page may call this
|
Fields inherited from org.apache.axis2.tool.codegen.eclipse.ui.AbstractWizardPage | protected boolean restoredFromPreviousSettings(Code)(Java Doc) protected IDialogSettings settings(Code)(Java Doc)
|
|
|
|