Package | Description |
---|---|
org.apache.synapse | |
org.apache.synapse.config | |
org.apache.synapse.core | |
org.apache.synapse.core.axis2 | |
org.apache.synapse.deployers |
Modifier and Type | Field and Description |
---|---|
protected ServerContextInformation |
Axis2SynapseController.serverContextInformation
Runtime information about the server
|
Modifier and Type | Method and Description |
---|---|
ServerContextInformation |
ServerManager.getServerContextInformation()
Returns the ServerContextInformation, if the system is initialized and if not a Runtime
Exception of type
SynapseException will be thrown |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static StatisticsCollector |
SynapseConfigUtils.getStatisticsCollector(ServerContextInformation contextInfo)
Get the StatisticsCollector from synapse env.
|
Modifier and Type | Method and Description |
---|---|
ServerContextInformation |
SynapseEnvironment.getServerContextInformation()
Get the information about the synapse environment.
|
Modifier and Type | Method and Description |
---|---|
ServerContextInformation |
Axis2SynapseEnvironment.getServerContextInformation()
Retrieve the
ServerContextInformation from the environment. |
Modifier and Type | Method and Description |
---|---|
void |
SynapseCallbackReceiver.init(SynapseConfiguration synCfg,
ServerContextInformation contextInformation)
Initialize the singleton instance of this class that would be used by all anonymous services
used for outgoing messaging.
|
Constructor and Description |
---|
Axis2SynapseEnvironment(org.apache.axis2.context.ConfigurationContext cfgCtx,
SynapseConfiguration synapseConfig,
ServerContextInformation contextInformation) |
TimeoutHandler(Map callbacks,
ServerContextInformation contextInfo) |
Modifier and Type | Method and Description |
---|---|
protected ServerContextInformation |
AbstractSynapseArtifactDeployer.getServerContextInformation() |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.