Class SmooksMediator

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

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

      • SmooksMediator

        public SmooksMediator()
    • Method Detail

      • getConfigKey

        public String getConfigKey()
      • setConfigKey

        public void setConfigKey​(String configKey)
      • 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)
      • getInputType

        public String getInputType()
      • getInputExpression

        public org.apache.synapse.util.xpath.SynapseXPath getInputExpression()
      • getOutputType

        public String getOutputType()
      • getOutputExpression

        public org.apache.synapse.util.xpath.SynapseXPath getOutputExpression()
      • getOutputProperty

        public String getOutputProperty()
      • getOutputAction

        public String getOutputAction()
      • setInputType

        public void setInputType​(String inputType)
      • setInputExpression

        public void setInputExpression​(org.apache.synapse.util.xpath.SynapseXPath inputExpression)
      • setOutputType

        public void setOutputType​(String outputType)
      • setOutputExpression

        public void setOutputExpression​(org.apache.synapse.util.xpath.SynapseXPath outputExpression)
      • setOutputProperty

        public void setOutputProperty​(String outputProperty)
      • setOutputAction

        public void setOutputAction​(String outputAction)