Class AbstractApplicationContainer

    • Constructor Detail

      • AbstractApplicationContainer

        protected AbstractApplicationContainer​(WsTool wsimport,
                                               WsTool wsgen,
                                               boolean httpspi)
    • Method Detail

      • getUnsupportedUses

        @NotNull
        public Set<String> getUnsupportedUses()
        Description copied from interface: ApplicationContainer
        Returns the unsupported uses for this container. For e.g lwhs container may return "servlet" as an unsupported "use"
        Specified by:
        getUnsupportedUses in interface ApplicationContainer
        Returns:
        unsupported uses like "servlet", "nonapi" etc the returned value is compared againt descriptor's "uses" decl to decide wheter to run a test or not.
      • updateWsgenOpts

        protected void updateWsgenOpts​(TestService service)
      • copyRuntimeLibraries

        protected boolean copyRuntimeLibraries()
        Copy JAX-WS runtime code?