public class RuleMessageReceiver
extends org.apache.axis2.receivers.AbstractInOutMessageReceiver
| Constructor and Description |
|---|
RuleMessageReceiver(org.wso2.carbon.rule.kernel.engine.RuleEngine ruleEngine,
org.wso2.carbon.rule.common.Input input,
org.wso2.carbon.rule.common.Output output) |
| Modifier and Type | Method and Description |
|---|---|
void |
invokeBusinessLogic(org.apache.axis2.context.MessageContext inMessageContext,
org.apache.axis2.context.MessageContext outMessageContext)
this is the method invoke by the axis2 engine
|
invokeBusinessLogicpublic RuleMessageReceiver(org.wso2.carbon.rule.kernel.engine.RuleEngine ruleEngine,
org.wso2.carbon.rule.common.Input input,
org.wso2.carbon.rule.common.Output output)
public void invokeBusinessLogic(org.apache.axis2.context.MessageContext inMessageContext,
org.apache.axis2.context.MessageContext outMessageContext)
throws org.apache.axis2.AxisFault
invokeBusinessLogic in class org.apache.axis2.receivers.AbstractInOutMessageReceiverinMessageContext - - input message context from which we can get the in comming OMElementoutMessageContext - - output message context to which we can set the out going soap message.org.apache.axis2.AxisFault - - throws if some problem happens with the processing.Copyright © 2019 WSO2. All rights reserved.