org.apache.axis2.corba.receivers
Class CorbaInOnlyMessageReceiver

java.lang.Object
  extended by org.apache.axis2.receivers.AbstractMessageReceiver
      extended by org.apache.axis2.receivers.AbstractInMessageReceiver
          extended by org.apache.axis2.corba.receivers.CorbaInOnlyMessageReceiver
All Implemented Interfaces:
CorbaConstants, MessageReceiver

public class CorbaInOnlyMessageReceiver
extends AbstractInMessageReceiver
implements CorbaConstants


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
CorbaInOnlyMessageReceiver()
           
 
Method Summary
 void invokeBusinessLogic(MessageContext inMessage)
          Do the actual work of the MessageReceiver.
 
Methods inherited from class org.apache.axis2.receivers.AbstractMessageReceiver
getSOAPFactory, getTheImplementationObject, makeNewServiceObject, receive, replicateState, restoreThreadContext, setThreadContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaInOnlyMessageReceiver

public CorbaInOnlyMessageReceiver()
Method Detail

invokeBusinessLogic

public void invokeBusinessLogic(MessageContext inMessage)
                         throws AxisFault
Description copied from class: AbstractMessageReceiver
Do the actual work of the MessageReceiver. Must be overridden by concrete subclasses.

Specified by:
invokeBusinessLogic in class AbstractMessageReceiver
Parameters:
inMessage - active MessageContext
Throws:
AxisFault - if a problem occurred


Copyright © 2007 Apache Web Services Project. All Rights Reserved.