Package | Description |
---|---|
org.apache.synapse | |
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 |
SynapseController.init(ServerConfigurationInformation configurationInformation,
ServerContextInformation contextInformation)
Initialization of the synapse controller
|
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
|
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 |
Axis2SynapseEnvironment.setSeverDebugMode(ServerContextInformation contextInformation)
this method is to set the debug mode is enabled and initializes the debug manager
debug mode is enabled is set for each time Synapse configuration is changed and Synapse
environment initializes
|
Constructor and Description |
---|
Axis2SynapseEnvironment(org.apache.axis2.context.ConfigurationContext cfgCtx,
SynapseConfiguration synapseConfig,
ServerContextInformation contextInformation) |
SynapseCallbackReceiver(SynapseConfiguration synCfg,
ServerContextInformation contextInformation)
Create the *single* instance of this class that would be used by all anonymous services
used for outgoing messaging.
|
TimeoutHandler(Map callbacks,
ServerContextInformation contextInfo) |
Modifier and Type | Method and Description |
---|---|
protected ServerContextInformation |
AbstractSynapseArtifactDeployer.getServerContextInformation() |
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.