Package com.iizix.ws.engine
Class WebServiceEngineInstance
java.lang.Object
com.iizix.ws.engine.WebServiceEngineInstance
The class used to hold the Web Service engine instance.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static IWebServiceEngineGets the Web Service engine.- static void- setInstance- (IWebServiceEngine engine) Sets the Web Service engine.
- Constructor Details- WebServiceEngineInstancepublic WebServiceEngineInstance()
 
- Method Details- setInstanceSets the Web Service engine. This can only be done once, and is intended to be done from the Server or the Designer. Do not attempt to set it.- Parameters:
- engine- The web service engine.
- Throws:
- IllegalStateException- If it is already set.
 
- getInstanceGets the Web Service engine.- Returns:
- The Web Service engine instance, null if not registered by the Server or the Designer.