org.apache.axis2.corba.receivers
Class CorbaInOnlyMessageReceiver
java.lang.Object
org.apache.axis2.receivers.AbstractMessageReceiver
org.apache.axis2.receivers.AbstractInMessageReceiver
org.apache.axis2.corba.receivers.CorbaInOnlyMessageReceiver
- All Implemented Interfaces:
- CorbaConstants, MessageReceiver
public class CorbaInOnlyMessageReceiver
- extends AbstractInMessageReceiver
- implements CorbaConstants
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaInOnlyMessageReceiver
public CorbaInOnlyMessageReceiver()
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 © 2004-2012 The Apache Software Foundation. All Rights Reserved.