Class SecondPanel

    • Method Detail

      • getPackageFromNamespace

        public String getPackageFromNamespace​(String namespace)
      • getPageType

        public int getPageType()
        Description copied from class: WizardPanel
        this method used for to get type of wizard panel
        Overrides:
        getPageType in class WizardPanel
      • populateParamsFromWSDL

        public void populateParamsFromWSDL()
        populate the service and the port from the WSDL this needs to be public since the WSDLselection page may call this
      • populateOptions

        public void populateOptions()
      • getSelectedLanguage

        public String getSelectedLanguage()
      • isAsyncOnlyOn

        public boolean isAsyncOnlyOn()
        the async only status
        Returns:
        true if "Generate asynchronous code only" is checked
      • isSyncOnlyOn

        public boolean isSyncOnlyOn()
        the sync only status
        Returns:
        true if "Generate synchronous code only" is checked
      • getPackageName

        public String getPackageName()
        return the package name
        Returns:
        a string containing the package name to use for code generation
      • isServerside

        public boolean isServerside()
        The serverside status
        Returns:
        true if "Generate Server-Side" is checked
      • isServerXML

        public boolean isServerXML()
        Returns:
        true if "Generate XML configuration file" is checked
      • isGenerateTestCase

        public boolean isGenerateTestCase()
        Returns:
        true if "Generate test case" is checked
      • getPortName

        public String getPortName()
        Returns:
        null if portname is empty
      • getServiceName

        public String getServiceName()
        Returns:
        null if the text is empty
      • getDatabinderName

        public String getDatabinderName()
      • getGenerateServerSideInterface

        public boolean getGenerateServerSideInterface()
      • getGenerateAll

        public boolean getGenerateAll()
      • getNs2PkgMapping

        public String getNs2PkgMapping()