org.apache.axis2.transport
Interface TransportSender

All Superinterfaces:
Handler, Serializable
All Known Implementing Classes:
AbstractTransportSender, CommonsHTTPTransportSender, JMSSender

public interface TransportSender
extends Handler

This send the SOAP Message to other SOAP nodes and this alone write the SOAP Message to the wire. Out flow must be end with one of this kind.


Method Summary
 void cleanup(MessageContext msgContext)
          Clean up
 void init(ConfigurationContext confContext, TransportOutDescription transportOut)
          Initialize
 void stop()
           
 
Methods inherited from interface org.apache.axis2.engine.Handler
cleanup, getHandlerDesc, getName, getParameter, init, invoke
 

Method Detail

cleanup

public void cleanup(MessageContext msgContext)
             throws AxisFault
Clean up

Parameters:
msgContext -
Throws:
AxisFault

init

public void init(ConfigurationContext confContext,
                 TransportOutDescription transportOut)
          throws AxisFault
Initialize

Parameters:
confContext -
transportOut -
Throws:
AxisFault

stop

public void stop()