public interface Mediator
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem)
Populate this mediator from the Synapse mediator configuration.
|
void |
disableStatistics()
Disable statistics for mediator
|
void |
enableStatistics()
Enable statistics for the mediator
|
String |
getTagLocalName()
Get the name of the mediator
|
int |
getTraceState()
Get the tracing state
|
boolean |
isAuditConfigurable()
Is this mediator audit configurable.
|
boolean |
isStatisticsEnable()
Whether statistics has been enabled
|
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent)
Serialize this mediator in to the corresponding Synapse mediator configuration.
|
void |
setTraceState(int traceState)
Set the tracing state
|
org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
parent
- if present the serialize node will be added to the parentvoid build(org.apache.axiom.om.OMElement elem)
elem
- synapse mediator configurationint getTraceState()
void setTraceState(int traceState)
traceState
- trace state to setboolean isAuditConfigurable()
String getTagLocalName()
boolean isStatisticsEnable()
void disableStatistics()
void enableStatistics()
Copyright © 2020 WSO2. All rights reserved.