Uses of Class
org.apache.synapse.ServerConfigurationInformation
-
Packages that use ServerConfigurationInformation Package Description org.apache.synapse org.apache.synapse.deployers -
-
Uses of ServerConfigurationInformation in org.apache.synapse
Fields in org.apache.synapse declared as ServerConfigurationInformation Modifier and Type Field Description protected ServerConfigurationInformationAxis2SynapseController. serverConfigurationInformationServerConfiguration InformationMethods in org.apache.synapse that return ServerConfigurationInformation Modifier and Type Method Description static ServerConfigurationInformationServerConfigurationInformationFactory. createServerConfigurationInformation(String[] args)Creates a ServerConfigurationInformation based on command line argumentsstatic ServerConfigurationInformationServerConfigurationInformationFactory. createServerConfigurationInformation(javax.servlet.ServletConfig servletConfig)Factory method for create a ServerConfigurationInformation based on information from ServletConfigstatic ServerConfigurationInformationServerConfigurationInformationFactory. createServerConfigurationInformation(org.apache.axis2.engine.AxisConfiguration axisConfiguration)Factory method for create a ServerConfigurationInformation based on information from AxisConfigurationstatic ServerConfigurationInformationServerConfigurationInformationFactory. createServerConfigurationInformation(org.apache.commons.cli.CommandLine cmd)Factory method for create a ServerConfigurationInformation based on command line argumentsServerConfigurationInformationServerContextInformation. getServerConfigurationInformation()ServerConfigurationInformationServerManager. getServerConfigurationInformation()Returns the ServerConfigurationInformation, if the system is initialized and if not a Runtime exception of typeSynapseExceptionwill be thrownMethods in org.apache.synapse with parameters of type ServerConfigurationInformation Modifier and Type Method Description static SynapseControllerSynapseControllerFactory. createSynapseController(ServerConfigurationInformation information)Create a SynapseController instance based on information in the ServerConfigurationInformationstatic 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 controllerConstructors in org.apache.synapse with parameters of type ServerConfigurationInformation Constructor Description ServerContextInformation(Object serverContext, ServerConfigurationInformation serverConfigurationInformation)ServerContextInformation(ServerConfigurationInformation serverConfigurationInformation) -
Uses of ServerConfigurationInformation in org.apache.synapse.deployers
Methods in org.apache.synapse.deployers that return ServerConfigurationInformation Modifier and Type Method Description protected ServerConfigurationInformationAbstractSynapseArtifactDeployer. getServerConfigurationInformation()
-