Uses of Class
org.apache.synapse.ServerContextInformation
-
Packages that use ServerContextInformation Package Description org.apache.synapse org.apache.synapse.core org.apache.synapse.core.axis2 org.apache.synapse.deployers -
-
Uses of ServerContextInformation in org.apache.synapse
Fields in org.apache.synapse declared as ServerContextInformation Modifier and Type Field Description protected ServerContextInformationAxis2SynapseController. serverContextInformationRuntime information about the serverMethods in org.apache.synapse that return ServerContextInformation Modifier and Type Method Description ServerContextInformationServerManager. getServerContextInformation()Returns the ServerContextInformation, if the system is initialized and if not a Runtime Exception of typeSynapseExceptionwill be thrownMethods in org.apache.synapse with parameters of type ServerContextInformation Modifier and Type Method Description static ServerStateServerStateDetectionStrategy. currentState(ServerContextInformation contextInformation, ServerConfigurationInformation information)Determine the next possible server state based on current states and other factsvoidAxis2SynapseController. init(ServerConfigurationInformation serverConfigurationInformation, ServerContextInformation serverContextInformation)Initialization of the synapse controllerServerStateServerManager. init(ServerConfigurationInformation serverConfigurationInformation, ServerContextInformation serverContextInformation)Initializes the server, if we need to create a new axis2 instance, calling this will create the new axis2 environment, but this won't start the transport listenersvoidSynapseController. init(ServerConfigurationInformation configurationInformation, ServerContextInformation contextInformation)Initialization of the synapse controller -
Uses of ServerContextInformation in org.apache.synapse.core
Methods in org.apache.synapse.core that return ServerContextInformation Modifier and Type Method Description ServerContextInformationSynapseEnvironment. getServerContextInformation()Get the information about the synapse environment. -
Uses of ServerContextInformation in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return ServerContextInformation Modifier and Type Method Description ServerContextInformationAxis2SynapseEnvironment. getServerContextInformation()Retrieve theServerContextInformationfrom theenvironment.Methods in org.apache.synapse.core.axis2 with parameters of type ServerContextInformation Modifier and Type Method Description voidAxis2SynapseEnvironment. setSeverDebugMode(ServerContextInformation contextInformation)this method is to set the debug mode is enabled and initializes the debug manager debug mode is enabled is set for each time Synapse configuration is changed and Synapse environment initializesConstructors in org.apache.synapse.core.axis2 with parameters of type ServerContextInformation Constructor Description Axis2SynapseEnvironment(org.apache.axis2.context.ConfigurationContext cfgCtx, SynapseConfiguration synapseConfig, ServerContextInformation contextInformation)SynapseCallbackReceiver(SynapseConfiguration synCfg, ServerContextInformation contextInformation)Create the *single* instance of this class that would be used by all anonymous services used for outgoing messaging.TimeoutHandler(Map callbacks, ServerContextInformation contextInfo) -
Uses of ServerContextInformation in org.apache.synapse.deployers
Methods in org.apache.synapse.deployers that return ServerContextInformation Modifier and Type Method Description protected ServerContextInformationAbstractSynapseArtifactDeployer. getServerContextInformation()
-