Uses of Class
org.apache.synapse.debug.SynapseDebugManager
-
Packages that use SynapseDebugManager Package Description org.apache.synapse org.apache.synapse.core org.apache.synapse.core.axis2 org.apache.synapse.debug -
-
Uses of SynapseDebugManager in org.apache.synapse
Methods in org.apache.synapse that return SynapseDebugManager Modifier and Type Method Description SynapseDebugManager
ServerContextInformation. getSynapseDebugManager()
Methods in org.apache.synapse with parameters of type SynapseDebugManager Modifier and Type Method Description void
ServerContextInformation. setSynapseDebugManager(SynapseDebugManager debugManager)
-
Uses of SynapseDebugManager in org.apache.synapse.core
Methods in org.apache.synapse.core that return SynapseDebugManager Modifier and Type Method Description SynapseDebugManager
SynapseEnvironment. getSynapseDebugManager()
Retrieve theSynapseDebugManager
from theenvironment
. -
Uses of SynapseDebugManager in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return SynapseDebugManager Modifier and Type Method Description SynapseDebugManager
Axis2SynapseEnvironment. getSynapseDebugManager()
method to get the reference to debug manager instance which manages debug capabilities in synapse kept in environment level, made available who ever has access to message context will be able to get access to the debug managerMethods in org.apache.synapse.core.axis2 with parameters of type SynapseDebugManager Modifier and Type Method Description void
Axis2SynapseEnvironment. setSynapseDebugManager(SynapseDebugManager synapseDebugManager)
sets debug manager when synapse environment initializes if the server instance is started in debug mode -
Uses of SynapseDebugManager in org.apache.synapse.debug
Methods in org.apache.synapse.debug that return SynapseDebugManager Modifier and Type Method Description static SynapseDebugManager
SynapseDebugManager. getInstance()
Constructors in org.apache.synapse.debug with parameters of type SynapseDebugManager Constructor Description SynapseDebugTCPListener(SynapseDebugManager debugManager, SynapseDebugInterface debugInterface)
-