|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SynapseLog | |
|---|---|
| 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. |
| Uses of SynapseLog in org.apache.synapse |
|---|
| Constructors in org.apache.synapse with parameters of type SynapseLog | |
|---|---|
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. |
|
| Uses of SynapseLog in org.apache.synapse.mediators |
|---|
| Classes in org.apache.synapse.mediators that implement SynapseLog | |
|---|---|
class |
MediatorLog
Concrete implementation of the SynapseLog interface appropriate
for usage in a mediator. |
| Methods in org.apache.synapse.mediators that return SynapseLog | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
ArrayList<OMNode> |
Source.evaluate(MessageContext synCtx,
SynapseLog synLog)
|
void |
Target.insert(MessageContext synContext,
ArrayList<OMNode> sourceNodeList,
SynapseLog synLog)
|
| Uses of SynapseLog in org.apache.synapse.util.xpath |
|---|
| Methods in org.apache.synapse.util.xpath with parameters of type SynapseLog | |
|---|---|
OMNode |
SourceXPathSupport.selectOMNode(MessageContext synCtx,
SynapseLog synLog)
Get the first node selected by the configured XPath expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||