Uses of Class org.apache.synapse.ServerConfigurationInformation (Apache Synapse 3.0.1 API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Next Frames No Frames All Classes 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 and Description protected ServerConfigurationInformation Axis2SynapseController.serverConfigurationInformation ServerConfiguration Information Methods in org.apache.synapse that return ServerConfigurationInformation  Modifier and Type Method and Description static ServerConfigurationInformation ServerConfigurationInformationFactory.createServerConfigurationInformation(org.apache.axis2.engine.AxisConfiguration axisConfiguration) Factory method for create a ServerConfigurationInformation based on information from AxisConfiguration static ServerConfigurationInformation ServerConfigurationInformationFactory.createServerConfigurationInformation(org.apache.commons.cli.CommandLine cmd) Factory method for create a ServerConfigurationInformation based on command line arguments static ServerConfigurationInformation ServerConfigurationInformationFactory.createServerConfigurationInformation(javax.servlet.ServletConfig servletConfig) Factory method for create a ServerConfigurationInformation based on information from ServletConfig static ServerConfigurationInformation ServerConfigurationInformationFactory.createServerConfigurationInformation(String[] args) Creates a ServerConfigurationInformation based on command line arguments ServerConfigurationInformation ServerContextInformation.getServerConfigurationInformation()  ServerConfigurationInformation ServerManager.getServerConfigurationInformation() Returns the ServerConfigurationInformation, if the system is initialized and if not a Runtime exception of type SynapseException will be thrown Methods in org.apache.synapse with parameters of type ServerConfigurationInformation  Modifier and Type Method and Description static SynapseController SynapseControllerFactory.createSynapseController(ServerConfigurationInformation information) Create a SynapseController instance based on information in the ServerConfigurationInformation static ServerState ServerStateDetectionStrategy.currentState(ServerContextInformation contextInformation, ServerConfigurationInformation information) Determine the next possible server state based on current states and other facts void Axis2SynapseController.init(ServerConfigurationInformation serverConfigurationInformation, ServerContextInformation serverContextInformation) Initialization of the synapse controller ServerState ServerManager.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 listeners void SynapseController.init(ServerConfigurationInformation configurationInformation, ServerContextInformation contextInformation) Initialization of the synapse controller Constructors in org.apache.synapse with parameters of type ServerConfigurationInformation  Constructor and 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 and Description protected ServerConfigurationInformation AbstractSynapseArtifactDeployer.getServerConfigurationInformation()  Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Next Frames No Frames All Classes Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.