org.apache.axis2.corba.receivers
Class CorbaInOutAsyncMessageReceiver

java.lang.Object
  extended by org.apache.axis2.receivers.AbstractMessageReceiver
      extended by org.apache.axis2.receivers.AbstractInOutMessageReceiver
          extended by org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver
              extended by org.apache.axis2.corba.receivers.CorbaInOutAsyncMessageReceiver
All Implemented Interfaces:
CorbaConstants, MessageReceiver

Deprecated. no longer needed, going away after 1.3

public class CorbaInOutAsyncMessageReceiver
extends AbstractInOutAsyncMessageReceiver
implements CorbaConstants

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, SAVED_MC, SAVED_TCCL, SCOPE, serviceTCCL
 
Fields inherited from interface org.apache.axis2.corba.deployer.CorbaConstants
ARRAY_ITEM, DEFAULR_ORB_CLASS, DEFAULT_ORBSINGLETON_CLASS, DEFAULT_SCHEMA_NAMESPACE_PREFIX, FAULT, FORM_DEFAULT_UNQUALIFIED, HTTP, IDL_FILE, IDL_LITERAL, INTERFACE_NAME, IOR_FILE_PATH, IOR_STRING, NAME_SPACE_PREFIX, NAMING_SERVICE_URL, OBJECT_NAME, ORB_CLASS, ORB_LITERAL, ORB_SINGLETON_CLASS, ORG_OMG_CORBA_ORBCLASS, ORG_OMG_CORBA_ORBSINGLETON_CLASS, PACKAGE_CLASS_DELIMITER, RESPONSE, RETURN_WRAPPER, SCHEMA_NAMESPACE_EXTN, URI_2001_SCHEMA_XSD, VOID
 
Constructor Summary
CorbaInOutAsyncMessageReceiver()
          Deprecated.  
 
Method Summary
 void invokeBusinessLogic(MessageContext inMessage, MessageContext outMessage)
          Deprecated.  
 
Methods inherited from class org.apache.axis2.receivers.AbstractInOutAsyncMessageReceiver
receive
 
Methods inherited from class org.apache.axis2.receivers.AbstractInOutMessageReceiver
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

CorbaInOutAsyncMessageReceiver

public CorbaInOutAsyncMessageReceiver()
Deprecated. 
Method Detail

invokeBusinessLogic

public void invokeBusinessLogic(MessageContext inMessage,
                                MessageContext outMessage)
                         throws AxisFault
Deprecated. 
Specified by:
invokeBusinessLogic in class AbstractInOutMessageReceiver
Throws:
AxisFault


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.