Class 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
    • Field Summary

      • Fields inherited from class org.wso2.carbon.mediator.service.ui.AbstractListMediator

        mediators
      • Fields inherited from class org.wso2.carbon.mediator.service.ui.AbstractMediator

        ATT_EXPRN, ATT_KEY, ATT_NAME, ATT_ONERROR, ATT_REGEX, ATT_SEQUENCE, ATT_SOURCE, ATT_STATS, ATT_TARGET, ATT_VALUE, ATT_XPATH, fac, FEATURE_Q, nullNS, PROP_Q, synNS, TARGET_Q
    • 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
      • Methods inherited from interface org.wso2.carbon.mediator.service.ui.Mediator

        disableStatistics, enableStatistics, getTraceState, isAuditConfigurable, isStatisticsEnable, setTraceState
    • Constructor Detail

      • ValidateMediator

        public ValidateMediator()
    • 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()
      • setResources

        public void setResources​(Map<String,​String> resources)
      • isCacheSchema

        public boolean isCacheSchema()
      • setCacheSchema

        public void setCacheSchema​(boolean cacheSchema)