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

java.lang.Object
  extended by AbstractInMessageReceiver
      extended by org.apache.tuscany.sca.binding.ws.axis2.Axis2ServiceInMessageReceiver

public class Axis2ServiceInMessageReceiver
extends AbstractInMessageReceiver


Field Summary
protected  Operation operation
           
 
Constructor Summary
Axis2ServiceInMessageReceiver()
           
Axis2ServiceInMessageReceiver(Axis2ServiceProvider provider, Operation operation, java.util.List<PolicyHandler> policyHandlerList)
           
 
Method Summary
 void invokeBusinessLogic(MessageContext inMC)
           
 
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

Axis2ServiceInMessageReceiver

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

Axis2ServiceInMessageReceiver

public Axis2ServiceInMessageReceiver()
Method Detail

invokeBusinessLogic

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