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 ServerConfigurationInformation
Axis2SynapseController. serverConfigurationInformation
ServerConfiguration InformationMethods in org.apache.synapse that return ServerConfigurationInformation Modifier and Type Method Description static ServerConfigurationInformation
ServerConfigurationInformationFactory. createServerConfigurationInformation(String[] args)
Creates a ServerConfigurationInformation based on command line argumentsstatic ServerConfigurationInformation
ServerConfigurationInformationFactory. createServerConfigurationInformation(javax.servlet.ServletConfig servletConfig)
Factory method for create a ServerConfigurationInformation based on information from ServletConfigstatic ServerConfigurationInformation
ServerConfigurationInformationFactory. createServerConfigurationInformation(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
Factory method for create a ServerConfigurationInformation based on information from AxisConfigurationstatic ServerConfigurationInformation
ServerConfigurationInformationFactory. createServerConfigurationInformation(org.apache.commons.cli.CommandLine cmd)
Factory method for create a ServerConfigurationInformation based on command line argumentsServerConfigurationInformation
ServerContextInformation. getServerConfigurationInformation()
ServerConfigurationInformation
ServerManager. getServerConfigurationInformation()
Returns the ServerConfigurationInformation, if the system is initialized and if not a Runtime exception of typeSynapseException
will be thrownMethods in org.apache.synapse with parameters of type ServerConfigurationInformation Modifier and Type Method Description static SynapseController
SynapseControllerFactory. createSynapseController(ServerConfigurationInformation information)
Create a SynapseController instance based on information in the ServerConfigurationInformationstatic ServerState
ServerStateDetectionStrategy. currentState(ServerContextInformation contextInformation, ServerConfigurationInformation information)
Determine the next possible server state based on current states and other factsvoid
Axis2SynapseController. init(ServerConfigurationInformation serverConfigurationInformation, ServerContextInformation serverContextInformation)
Initialization of the synapse controllerServerState
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 listenersvoid
SynapseController. 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 ServerConfigurationInformation
AbstractSynapseArtifactDeployer. getServerConfigurationInformation()
-