Uses of Interface
com.iizix.IWebServiceEngine
Packages that use IWebServiceEngine Package Description com.iizigo com.iizix com.iizix.jdbc com.iizix.server com.iizix.server.jakarta com.iizix.server.region com.iizix.server.run.remote com.iizix.ws.engine Uses of IWebServiceEngine in com.iizigo
Classes in com.iizigo that implement IWebServiceEngine Modifier and Type Class Description class
Activator
The activator class controls the plug-in life cycle.Uses of IWebServiceEngine in com.iizix
Methods in com.iizix that return IWebServiceEngine Modifier and Type Method Description static 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 IWebServiceEngine Modifier and Type Method Description static 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 IWebServiceEngine Modifier and Type Method Description static DBServerState
DerbyImpl. isSocketConnectable(java.lang.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 IWebServiceEngine Modifier and Type Class Description class
JettyRunConfiguration
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
ServerShell
The Server Shell.class
StandardServer
The iiziServer in standard mode.Uses of IWebServiceEngine in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement IWebServiceEngine Modifier and Type Class Description class
JakartaEEServer
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 IWebServiceEngine Constructor Description GeoPlugin(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 IWebServiceEngine Modifier and Type Class Description class
RuntimeBuilderServer
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 IWebServiceEngine Modifier and Type Method Description IWebServiceEngine
RESTfulRequest. 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 IWebServiceEngine Modifier and Type Method Description static void
WebServiceEngineInstance. setInstance(IWebServiceEngine engine)
Sets the Web Service engine.