public class ClassMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Constructor and Description |
---|
ClassMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addAllProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> propertyList) |
void |
addProperty(org.wso2.carbon.mediator.service.util.MediatorProperty property) |
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getMediator() |
List<org.wso2.carbon.mediator.service.util.MediatorProperty> |
getProperties() |
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setMediator(String mediator) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public String getMediator()
public void setMediator(String mediator)
public void addProperty(org.wso2.carbon.mediator.service.util.MediatorProperty property)
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getProperties()
public void addAllProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> propertyList)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
public String getTagLocalName()
Copyright © 2020 WSO2. All rights reserved.