org.apache.axis2.clientapi
Class TwoWayTransportBasedSender

java.lang.Object
  extended byorg.apache.axis2.clientapi.TwoWayTransportBasedSender

public class TwoWayTransportBasedSender
extends java.lang.Object

This works for only a two way transport, this class send the SOAP Message and wait till the\result arrives


Constructor Summary
TwoWayTransportBasedSender()
           
 
Method Summary
static MessageContext send(MessageContext msgctx, TransportInDescription transportIn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoWayTransportBasedSender

public TwoWayTransportBasedSender()
Method Detail

send

public static MessageContext send(MessageContext msgctx,
                                  TransportInDescription transportIn)
                           throws AxisFault
Throws:
AxisFault