Package | Description |
---|---|
org.apache.synapse | |
org.apache.synapse.mediators | |
org.apache.synapse.mediators.eip.aggregator | |
org.apache.synapse.mediators.elementary | |
org.apache.synapse.util.xpath |
Support for XPath expressions with Synapse specific extensions.
|
Constructor and Description |
---|
SynapseException(java.lang.String msg,
SynapseLog synLog)
Convenience constructor that allows to log and throw the exception in a single
instruction.
|
SynapseException(java.lang.String msg,
java.lang.Throwable cause,
SynapseLog synLog)
Convenience constructor that allows to log and throw the exception in a single
instruction.
|
Modifier and Type | Class and Description |
---|---|
class |
MediatorLog
Concrete implementation of the
SynapseLog interface appropriate
for usage in a mediator. |
Modifier and Type | Method and Description |
---|---|
protected SynapseLog |
AbstractMediator.getLog(MessageContext synCtx)
Get a SynapseLog instance appropriate for the given context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Aggregate.isComplete(SynapseLog synLog)
Has this aggregation group completed?
|
Modifier and Type | Method and Description |
---|---|
java.util.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,
java.util.ArrayList<org.apache.axiom.om.OMNode> sourceNodeList,
SynapseLog synLog) |
void |
Target.insertJson(MessageContext synCtx,
java.lang.Object sourceJsonElement,
SynapseLog synLog)
This method will insert a provided json element to a specified target.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMNode |
SourceXPathSupport.selectOMNode(MessageContext synCtx,
SynapseLog synLog)
Get the first node selected by the configured XPath expression.
|
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.