Uses of Interface
com.iizix.IWebServiceEngine
Packages that use IWebServiceEngine
Package
Description
Uses of IWebServiceEngine in com.iizigo
Classes in com.iizigo that implement IWebServiceEngineModifier and TypeClassDescriptionclassThe activator class controls the plug-in life cycle.Uses of IWebServiceEngine in com.iizix
Methods in com.iizix that return IWebServiceEngineModifier and TypeMethodDescriptionstatic IWebServiceEngineRunMode.getWebServiceConfigurator()Gets the instance of the URL / HTTP(S) configuration for the web service engine.Methods in com.iizix with parameters of type IWebServiceEngineModifier and TypeMethodDescriptionstatic voidRunMode.setWebServiceConfigurator(IWebServiceEngine instance) Sets the instance of the URL / HTTP(S) configuration for the web service engine.Uses of IWebServiceEngine in com.iizix.jdbc
Methods in com.iizix.jdbc with parameters of type IWebServiceEngineModifier and TypeMethodDescriptionstatic DBServerStateDerbyImpl.isSocketConnectable(String host, int port, int timeout, IWebServiceEngine wsEngine) Checks if a host is Socket connectable on the specified host name and port.Uses of IWebServiceEngine in com.iizix.server
Classes in com.iizix.server that implement IWebServiceEngineModifier and TypeClassDescriptionclassServer using Jetty to serve a Run Configuration launch of an application from Eclipse.classThe Server Shell.classThe iiziServer in standard mode.Uses of IWebServiceEngine in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement IWebServiceEngineModifier and TypeClassDescriptionclassThe JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IWebServiceEngine in com.iizix.server.region
Constructors in com.iizix.server.region with parameters of type IWebServiceEngineModifierConstructorDescriptionGeoPlugin(IWebServiceEngine wse, ServerSettings settings) Constructs the service provider for the region location information.IPStack(IWebServiceEngine wse, ServerSettings settings) Constructs the service provider for the region location information.IPWhoIs(IWebServiceEngine wse, ServerSettings settings) Constructs the service provider for the region location information.Uses of IWebServiceEngine in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IWebServiceEngineModifier and TypeClassDescriptionclassThe IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.Uses of IWebServiceEngine in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return IWebServiceEngineModifier and TypeMethodDescriptionRESTfulRequest.getEngine()Gets the Web Service Engine.static IWebServiceEngineWebServiceEngineInstance.getInstance()Gets the Web Service engine.Methods in com.iizix.ws.engine with parameters of type IWebServiceEngineModifier and TypeMethodDescriptionstatic voidWebServiceEngineInstance.setInstance(IWebServiceEngine engine) Sets the Web Service engine.