org.apache.axis2.transport
Interface TransportSender

All Superinterfaces:
Handler, java.io.Serializable
All Known Implementing Classes:
AbstractTransportSender, CommonsHTTPTransportSender

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
 
Methods inherited from interface org.apache.axis2.engine.Handler
cleanup, getHandlerDesc, getName, getParameter, init, invoke
 

Method Detail

init

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

Parameters:
confContext -
transportOut -
Throws:
AxisFault

cleanUp

public void cleanUp(MessageContext msgContext)
             throws AxisFault
Clean up

Parameters:
msgContext -
Throws:
AxisFault