org.apache.axis2.transport.local
Class LocalTransportSender
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.AbstractTransportSender
org.apache.axis2.transport.local.LocalTransportSender
- All Implemented Interfaces:
- Handler, TransportSender
public class LocalTransportSender
- extends AbstractTransportSender
LocalTransportSender
public LocalTransportSender()
cleanup
public void cleanup(MessageContext msgContext)
throws AxisFault
- Description copied from interface:
TransportSender
- Clean up
- Throws:
AxisFault
finalizeSendWithOutputStreamFromIncomingConnection
public void finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
throws AxisFault
- Specified by:
finalizeSendWithOutputStreamFromIncomingConnection
in class AbstractTransportSender
- Throws:
AxisFault
finalizeSendWithToAddress
public void finalizeSendWithToAddress(MessageContext msgContext,
OutputStream out)
throws AxisFault
- Specified by:
finalizeSendWithToAddress
in class AbstractTransportSender
- Throws:
AxisFault
openTheConnection
protected OutputStream openTheConnection(EndpointReference epr,
MessageContext msgContext)
throws AxisFault
- Specified by:
openTheConnection
in class AbstractTransportSender
- Throws:
AxisFault
startSendWithOutputStreamFromIncomingConnection
public OutputStream startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
OutputStream out)
throws AxisFault
- Specified by:
startSendWithOutputStreamFromIncomingConnection
in class AbstractTransportSender
- Throws:
AxisFault
startSendWithToAddress
public OutputStream startSendWithToAddress(MessageContext msgContext,
OutputStream out)
throws AxisFault
- Specified by:
startSendWithToAddress
in class AbstractTransportSender
- Throws:
AxisFault
stop
public void stop()