|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.receivers.AbstractMessageReceiver org.apache.axis2.receivers.AbstractInOutMessageReceiver org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver
public abstract class AbstractInOutAsyncMessageReceiver
This is takes care of the IN-OUT sync MEP in the server side
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.axis2.receivers.AbstractMessageReceiver |
---|
AbstractMessageReceiver.AsyncMessageReceiverWorker, AbstractMessageReceiver.ThreadContextDescriptor |
Field Summary |
---|
Fields inherited from class org.apache.axis2.receivers.AbstractMessageReceiver |
---|
DO_ASYNC, log, SAVED_MC, SAVED_TCCL, SCOPE, serviceTCCL |
Constructor Summary | |
---|---|
AbstractInOutAsyncMessageReceiver()
Deprecated. |
Method Summary | |
---|---|
void |
receive(MessageContext messageCtx)
Deprecated. |
Methods inherited from class org.apache.axis2.receivers.AbstractInOutMessageReceiver |
---|
invokeBusinessLogic, invokeBusinessLogic |
Methods inherited from class org.apache.axis2.receivers.AbstractMessageReceiver |
---|
getSOAPFactory, getTheImplementationObject, makeNewServiceObject, replicateState, restoreThreadContext, setThreadContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractInOutAsyncMessageReceiver()
Method Detail |
---|
public void receive(MessageContext messageCtx) throws AxisFault
receive
in interface MessageReceiver
receive
in class AbstractMessageReceiver
messageCtx
- active MessageContext
AxisFault
- if a problem occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |