Class ValidateMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
- org.wso2.carbon.mediator.validate.ValidateMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.ListMediator
,org.wso2.carbon.mediator.service.ui.Mediator
public class ValidateMediator extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
-
-
Constructor Summary
Constructors Constructor Description ValidateMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFeature(String featureName, boolean isFeatureEnable)
void
build(org.apache.axiom.om.OMElement elem)
Object
getFeature(String key)
List<org.wso2.carbon.mediator.service.util.MediatorProperty>
getFeatures()
Map<String,String>
getResources()
List<org.apache.synapse.mediators.Value>
getSchemaKeys()
org.apache.synapse.config.xml.SynapsePath
getSource()
String
getTagLocalName()
boolean
isCacheSchema()
org.apache.axiom.om.OMElement
serialize(org.apache.axiom.om.OMElement parent)
void
setCacheSchema(boolean cacheSchema)
void
setResources(Map<String,String> resources)
void
setSchemaKeys(List<org.apache.synapse.mediators.Value> schemaKeys)
void
setSource(org.apache.synapse.config.xml.SynapsePath source)
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractListMediator
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractMediator
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
-
-
-
-
Method Detail
-
getTagLocalName
public String getTagLocalName()
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
addFeature
public void addFeature(String featureName, boolean isFeatureEnable)
-
setSchemaKeys
public void setSchemaKeys(List<org.apache.synapse.mediators.Value> schemaKeys)
-
setSource
public void setSource(org.apache.synapse.config.xml.SynapsePath source)
-
getSource
public org.apache.synapse.config.xml.SynapsePath getSource()
-
getSchemaKeys
public List<org.apache.synapse.mediators.Value> getSchemaKeys()
-
getFeatures
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getFeatures()
-
isCacheSchema
public boolean isCacheSchema()
-
setCacheSchema
public void setCacheSchema(boolean cacheSchema)
-
-