Uses of Interface
com.iizix.IWebServiceEngine
Package
Description
Uses of IWebServiceEngine in com.iizigo
Modifier and TypeClassDescriptionclass
The activator class controls the plug-in life cycle.Uses of IWebServiceEngine in com.iizix
Modifier and TypeMethodDescriptionstatic IWebServiceEngine
RunMode.getWebServiceConfigurator()
Gets the instance of the URL / HTTP(S) configuration for the web service engine.Modifier and TypeMethodDescriptionstatic void
RunMode.setWebServiceConfigurator
(IWebServiceEngine instance) Sets the instance of the URL / HTTP(S) configuration for the web service engine.Uses of IWebServiceEngine in com.iizix.jdbc
Modifier and TypeMethodDescriptionstatic DBServerState
DerbyImpl.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
Modifier and TypeClassDescriptionclass
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
The Server Shell.class
The iiziServer in standard mode.Uses of IWebServiceEngine in com.iizix.server.jakarta
Modifier and TypeClassDescriptionclass
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IWebServiceEngine in com.iizix.server.region
ModifierConstructorDescriptionGeoPlugin
(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
Modifier and TypeClassDescriptionclass
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.Uses of IWebServiceEngine in com.iizix.ws.engine
Modifier and TypeMethodDescriptionRESTfulRequest.getEngine()
Gets the Web Service Engine.static IWebServiceEngine
WebServiceEngineInstance.getInstance()
Gets the Web Service engine.Modifier and TypeMethodDescriptionstatic void
WebServiceEngineInstance.setInstance
(IWebServiceEngine engine) Sets the Web Service engine.