public class RuleMediatorConfig extends Object
Constructor and Description |
---|
RuleMediatorConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getBackendRuntimeFactory() |
org.wso2.carbon.rule.common.Input |
getInput() |
org.wso2.carbon.rule.common.Output |
getOutput() |
org.wso2.carbon.rule.common.RuleSet |
getRuleSet() |
org.apache.axiom.om.OMElement |
getSession() |
Source |
getSource() |
Target |
getTarget() |
void |
setBackendRuntimeFactory(String backendRuntimeFactory) |
void |
setInput(org.wso2.carbon.rule.common.Input input) |
void |
setOutput(org.wso2.carbon.rule.common.Output output) |
void |
setRuleSet(org.wso2.carbon.rule.common.RuleSet ruleSet) |
void |
setSession(org.apache.axiom.om.OMElement session) |
void |
setSource(Source source) |
void |
setTarget(Target target) |
org.apache.axiom.om.OMElement |
toOM() |
public org.apache.axiom.om.OMElement toOM()
public String getBackendRuntimeFactory()
public void setBackendRuntimeFactory(String backendRuntimeFactory)
public Source getSource()
public void setSource(Source source)
public Target getTarget()
public void setTarget(Target target)
public org.wso2.carbon.rule.common.RuleSet getRuleSet()
public void setRuleSet(org.wso2.carbon.rule.common.RuleSet ruleSet)
public org.wso2.carbon.rule.common.Input getInput()
public void setInput(org.wso2.carbon.rule.common.Input input)
public org.wso2.carbon.rule.common.Output getOutput()
public void setOutput(org.wso2.carbon.rule.common.Output output)
public org.apache.axiom.om.OMElement getSession()
public void setSession(org.apache.axiom.om.OMElement session)
Copyright © 2021 WSO2. All rights reserved.