Uses of Interface
org.apache.synapse.SynapseLog
-
Packages that use SynapseLog Package Description org.apache.synapse org.apache.synapse.mediators org.apache.synapse.mediators.eip.aggregator org.apache.synapse.mediators.elementary org.apache.synapse.util org.apache.synapse.util.xpath Support for XPath expressions with Synapse specific extensions. -
-
Uses of SynapseLog in org.apache.synapse
Constructors in org.apache.synapse with parameters of type SynapseLog Constructor Description SynapseException(String msg, Throwable cause, SynapseLog synLog)
Convenience constructor that allows to log and throw the exception in a single instruction.SynapseException(String msg, SynapseLog synLog)
Convenience constructor that allows to log and throw the exception in a single instruction. -
Uses of SynapseLog in org.apache.synapse.mediators
Classes in org.apache.synapse.mediators that implement SynapseLog Modifier and Type Class Description class
MediatorLog
Concrete implementation of theSynapseLog
interface appropriate for usage in a mediator.Methods in org.apache.synapse.mediators that return SynapseLog Modifier and Type Method Description protected SynapseLog
AbstractMediator. getLog(MessageContext synCtx)
Get a SynapseLog instance appropriate for the given context. -
Uses of SynapseLog in org.apache.synapse.mediators.eip.aggregator
Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type SynapseLog Modifier and Type Method Description boolean
Aggregate. isComplete(SynapseLog synLog)
Has this aggregation group completed? -
Uses of SynapseLog in org.apache.synapse.mediators.elementary
Methods in org.apache.synapse.mediators.elementary with parameters of type SynapseLog Modifier and Type Method Description ArrayList<org.apache.axiom.om.OMNode>
Source. evaluate(MessageContext synCtx, SynapseLog synLog)
com.google.gson.JsonElement
Source. evaluateJson(MessageContext synCtx, SynapseLog synLog, com.google.gson.JsonElement sourcePropertyJson)
This method will evaluate a specified source json element.void
Target. insert(MessageContext synContext, ArrayList<org.apache.axiom.om.OMNode> sourceNodeList, SynapseLog synLog)
void
Target. insertJson(MessageContext synCtx, Object sourceJsonElement, SynapseLog synLog)
This method will insert a provided json element to a specified target. -
Uses of SynapseLog in org.apache.synapse.util
Methods in org.apache.synapse.util that return SynapseLog Modifier and Type Method Description static SynapseLog
CallMediatorEnrichUtil. getLog(MessageContext synCtx)
-
Uses of SynapseLog in org.apache.synapse.util.xpath
Methods in org.apache.synapse.util.xpath with parameters of type SynapseLog Modifier and Type Method Description org.apache.axiom.om.OMNode
SourceXPathSupport. selectOMNode(MessageContext synCtx, SynapseLog synLog)
Get the first node selected by the configured XPath expression.
-