org.apache.axis2.transport.local
Class LocalTransportSender
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.local.LocalTransportSender
- All Implemented Interfaces:
- Handler, TransportSender
- public class LocalTransportSender
- extends AbstractHandler
- implements TransportSender
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalTransportSender
public LocalTransportSender()
init
public void init(ConfigurationContext confContext,
TransportOutDescription transportOut)
throws AxisFault
- Description copied from interface:
TransportSender
- Initialize
- Specified by:
init
in interface TransportSender
- Parameters:
confContext
- transportOut
-
- Throws:
AxisFault
stop
public void stop()
- Specified by:
stop
in interface TransportSender
cleanup
public void cleanup(MessageContext msgContext)
throws AxisFault
- Description copied from interface:
TransportSender
- Clean up
- Specified by:
cleanup
in interface TransportSender
- Parameters:
msgContext
-
- Throws:
AxisFault
getResponse
protected java.io.OutputStream getResponse()
invoke
public Handler.InvocationResponse invoke(MessageContext msgContext)
throws AxisFault
- Method invoke
- Specified by:
invoke
in interface Handler
- Parameters:
msgContext
-
- Returns:
- An InvocationResponse that indicates what
the next step in the message processing should be.
- Throws:
AxisFault
finalizeSendWithToAddress
public void finalizeSendWithToAddress(MessageContext msgContext,
java.io.OutputStream out)
throws AxisFault
- Throws:
AxisFault
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.