org.apache.tuscany.sca.binding.ws.axis2
Class Axis2ServiceInOutSyncMessageReceiver

java.lang.Object
  extended by AbstractInOutSyncMessageReceiver
      extended by org.apache.tuscany.sca.binding.ws.axis2.Axis2ServiceInOutSyncMessageReceiver

public class Axis2ServiceInOutSyncMessageReceiver
extends AbstractInOutSyncMessageReceiver


Field Summary
protected  Operation operation
           
 
Constructor Summary
Axis2ServiceInOutSyncMessageReceiver()
           
Axis2ServiceInOutSyncMessageReceiver(Axis2ServiceProvider provider, Operation operation, java.util.List<PolicyHandler> policyHandlerList)
           
 
Method Summary
 void invokeBusinessLogic(MessageContext inMC, MessageContext outMC)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

protected Operation operation
Constructor Detail

Axis2ServiceInOutSyncMessageReceiver

public Axis2ServiceInOutSyncMessageReceiver(Axis2ServiceProvider provider,
                                            Operation operation,
                                            java.util.List<PolicyHandler> policyHandlerList)

Axis2ServiceInOutSyncMessageReceiver

public Axis2ServiceInOutSyncMessageReceiver()
Method Detail

invokeBusinessLogic

public void invokeBusinessLogic(MessageContext inMC,
                                MessageContext outMC)
                         throws AxisFault
Throws:
AxisFault