public class RawXMLINOutMessageReceiver extends AbstractMessageReceiver implements MessageReceiver
RawXMLINOnlyMessageReceiver
,
RawXMLINOutAsyncMessageReceiver
AbstractMessageReceiver.AsyncMessageReceiverWorker
DO_ASYNC, log, SAVED_MC, SAVED_TCCL, SCOPE, serviceTCCL
Constructor and Description |
---|
RawXMLINOutMessageReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
invokeBusinessLogic(MessageContext msgContext)
Do the actual work of the MessageReceiver.
|
void |
invokeBusinessLogic(MessageContext msgContext,
MessageContext newmsgContext)
Invokes the bussiness logic invocation on the service implementation class
|
getSOAPFactory, getTheImplementationObject, makeNewServiceObject, receive, replicateState, restoreThreadContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
receive
public void invokeBusinessLogic(MessageContext msgContext, MessageContext newmsgContext) throws AxisFault
msgContext
- the incoming message contextnewmsgContext
- the response message contextAxisFault
- on invalid method (wrong signature) or behaviour (return null)public final void invokeBusinessLogic(MessageContext msgContext) throws AxisFault
AbstractMessageReceiver
invokeBusinessLogic
in class AbstractMessageReceiver
msgContext
- active MessageContextAxisFault
- if a problem occurredCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.