Package | Description |
---|---|
org.apache.synapse | |
org.apache.synapse.deployers |
Modifier and Type | Field and Description |
---|---|
protected ServerConfigurationInformation |
Axis2SynapseController.serverConfigurationInformation
ServerConfiguration Information
|
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 |
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
|
Constructor and Description |
---|
ServerContextInformation(Object serverContext,
ServerConfigurationInformation serverConfigurationInformation) |
ServerContextInformation(ServerConfigurationInformation serverConfigurationInformation) |
Modifier and Type | Method and Description |
---|---|
protected ServerConfigurationInformation |
AbstractSynapseArtifactDeployer.getServerConfigurationInformation() |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.