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 SynapseDebugManagerServerContextInformation. getSynapseDebugManager()Methods in org.apache.synapse with parameters of type SynapseDebugManager Modifier and Type Method Description voidServerContextInformation. 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 SynapseDebugManagerSynapseEnvironment. getSynapseDebugManager()Retrieve theSynapseDebugManagerfrom 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 SynapseDebugManagerAxis2SynapseEnvironment. 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 voidAxis2SynapseEnvironment. 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 SynapseDebugManagerSynapseDebugManager. getInstance()Constructors in org.apache.synapse.debug with parameters of type SynapseDebugManager Constructor Description SynapseDebugTCPListener(SynapseDebugManager debugManager, SynapseDebugInterface debugInterface)
-