org.apache.axis2.rpc.receivers
Class RPCInOnlyMessageReceiver
java.lang.Object
org.apache.axis2.receivers.AbstractMessageReceiver
org.apache.axis2.receivers.AbstractInMessageReceiver
org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver
- All Implemented Interfaces:
- MessageReceiver
- Direct Known Subclasses:
- EJBInOnlyMessageReceiver
public class RPCInOnlyMessageReceiver
- extends AbstractInMessageReceiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCInOnlyMessageReceiver
public RPCInOnlyMessageReceiver()
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.