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 TypeClassDescriptionclass
The activator class controls the plug-in life cycle.Uses of IWebServiceEngine in com.iizix
Methods in com.iizix that return IWebServiceEngineModifier and TypeMethodDescriptionstatic IWebServiceEngine
RunMode.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 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
Methods in com.iizix.jdbc with parameters of type IWebServiceEngineModifier 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
Classes in com.iizix.server that implement IWebServiceEngineModifier 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
Classes in com.iizix.server.jakarta that implement IWebServiceEngineModifier and TypeClassDescriptionclass
The 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 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
Methods in com.iizix.ws.engine that return IWebServiceEngineModifier and TypeMethodDescriptionRESTfulRequest.getEngine()
Gets the Web Service Engine.static IWebServiceEngine
WebServiceEngineInstance.getInstance()
Gets the Web Service engine.Methods in com.iizix.ws.engine with parameters of type IWebServiceEngineModifier and TypeMethodDescriptionstatic void
WebServiceEngineInstance.setInstance
(IWebServiceEngine engine) Sets the Web Service engine.