public class LocalTransportSender
extends org.apache.axis2.handlers.AbstractHandler
implements org.apache.axis2.transport.TransportSender
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
LocalTransportSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.apache.axis2.context.MessageContext msgContext) |
void |
finalizeSendWithToAddress(org.apache.axis2.context.MessageContext msgContext,
ByteArrayOutputStream out) |
void |
init(org.apache.axis2.context.ConfigurationContext confContext,
org.apache.axis2.description.TransportOutDescription transportOut) |
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgContext)
Method invoke
|
void |
stop() |
flowComplete, getHandlerDesc, getName, getParameter, init, toStringpublic void init(org.apache.axis2.context.ConfigurationContext confContext,
org.apache.axis2.description.TransportOutDescription transportOut)
throws org.apache.axis2.AxisFault
init in interface org.apache.axis2.transport.TransportSenderorg.apache.axis2.AxisFaultpublic void stop()
stop in interface org.apache.axis2.transport.TransportSenderpublic void cleanup(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
cleanup in interface org.apache.axis2.transport.TransportSenderorg.apache.axis2.AxisFaultpublic org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
invoke in interface org.apache.axis2.engine.HandlermsgContext - the current MessageContextorg.apache.axis2.AxisFaultpublic void finalizeSendWithToAddress(org.apache.axis2.context.MessageContext msgContext,
ByteArrayOutputStream out)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.