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(String msg,
SynapseLog synLog)
Convenience constructor that allows to log and throw the exception in a single
instruction.
|
SynapseException(String msg,
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 |
---|---|
ArrayList<org.apache.axiom.om.OMNode> |
Source.evaluate(MessageContext synCtx,
SynapseLog synLog) |
void |
Target.insert(MessageContext synContext,
ArrayList<org.apache.axiom.om.OMNode> sourceNodeList,
SynapseLog synLog) |
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-2017 Apache Software Foundation. All Rights Reserved.