Class XSLTMediator

  • All Implemented Interfaces:
    org.wso2.carbon.mediator.service.ui.Mediator

    public class XSLTMediator
    extends org.wso2.carbon.mediator.service.ui.AbstractMediator
    • Constructor Detail

      • XSLTMediator

        public XSLTMediator()
    • 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)
      • addAttribute

        public void addAttribute​(String name,
                                 String value)
      • getFeatures

        public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getFeatures()
      • getAttributes

        public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getAttributes()
        Returns:
        Return the attributes explicitly set to the TransformerFactory through this mediator.
      • addAllProperties

        public void addAllProperties​(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list)
      • getProperties

        public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getProperties()
      • getTargetPropertyName

        public String getTargetPropertyName()
      • setTargetPropertyName

        public void setTargetPropertyName​(String targetPropertyName)
      • getSource

        public org.apache.synapse.util.xpath.SynapseXPath getSource()
      • setSource

        public void setSource​(org.apache.synapse.util.xpath.SynapseXPath source)
      • getXsltKey

        public org.apache.synapse.mediators.Value getXsltKey()
      • setXsltKey

        public void setXsltKey​(org.apache.synapse.mediators.Value xsltKey)
      • addProperty

        public void addProperty​(org.wso2.carbon.mediator.service.util.MediatorProperty p)
      • setResources

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