public class DBInOutMessageReceiver
extends org.apache.axis2.receivers.RawXMLINOutMessageReceiver
Constructor and Description |
---|
DBInOutMessageReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
invokeBusinessLogic(org.apache.axis2.context.MessageContext msgContext,
org.apache.axis2.context.MessageContext newMsgContext)
Invokes the business logic invocation on the service implementation class
|
invokeBusinessLogic
getSOAPFactory, getTheImplementationObject, makeNewServiceObject, receive, replicateState, restoreThreadContext, setThreadContext
public void invokeBusinessLogic(org.apache.axis2.context.MessageContext msgContext, org.apache.axis2.context.MessageContext newMsgContext) throws org.apache.axis2.AxisFault
invokeBusinessLogic
in class org.apache.axis2.receivers.RawXMLINOutMessageReceiver
msgContext
- the incoming message contextnewMsgContext
- the response message contextorg.apache.axis2.AxisFault
- on invalid method (wrong signature) or behavior (return null)Copyright © 2019 WSO2. All rights reserved.