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, java.io.Serializable, TransportSender
- public class LocalTransportSender
- extends AbstractTransportSender
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalTransportSender
public LocalTransportSender()
startSendWithToAddress
public java.io.OutputStream startSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
throws AxisFault
- Specified by:
startSendWithToAddress
in class AbstractTransportSender
- Throws:
AxisFault
finalizeSendWithToAddress
public void finalizeSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
throws AxisFault
- Specified by:
finalizeSendWithToAddress
in class AbstractTransportSender
- Throws:
AxisFault
openTheConnection
protected java.io.OutputStream openTheConnection(EndpointReference epr,
MessageContext msgContext)
throws AxisFault
- Specified by:
openTheConnection
in class AbstractTransportSender
- Throws:
AxisFault
startSendWithOutputStreamFromIncomingConnection
public java.io.OutputStream startSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
throws AxisFault
- Specified by:
startSendWithOutputStreamFromIncomingConnection
in class AbstractTransportSender
- Throws:
AxisFault
finalizeSendWithOutputStreamFromIncomingConnection
public void finalizeSendWithOutputStreamFromIncomingConnection(MessageContext msgContext,
java.io.OutputStream out)
throws AxisFault
- Specified by:
finalizeSendWithOutputStreamFromIncomingConnection
in class AbstractTransportSender
- Throws:
AxisFault
cleanUp
public void cleanUp(MessageContext msgContext)
throws AxisFault
- Description copied from interface:
TransportSender
- Clean up
- Parameters:
msgContext
-
- Throws:
AxisFault