org.apache.axis2.rpc
Class RPCInOutMessageReceiver
java.lang.Object
org.apache.axis2.receivers.AbstractMessageReceiver
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver
org.apache.axis2.rpc.RPCInOutMessageReceiver
- All Implemented Interfaces:
- MessageReceiver
- public class RPCInOutMessageReceiver
- extends AbstractInOutSyncMessageReceiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPCMETHOD_PROPERTY
public static final String RPCMETHOD_PROPERTY
- See Also:
- Constant Field Values
RPCInOutMessageReceiver
public RPCInOutMessageReceiver()
invokeBusinessLogic
public void invokeBusinessLogic(MessageContext inMessage,
MessageContext outMessage)
throws AxisFault
- Specified by:
invokeBusinessLogic
in class AbstractInOutSyncMessageReceiver
- Throws:
AxisFault
deserializeRPCElement
public RPCValues deserializeRPCElement(DeserializationContext dserContext,
RPCMethod method,
OMElement rpcElement)
throws Exception
- Throws:
Exception