public class JavaTransportSender
extends org.apache.axis2.handlers.AbstractHandler
implements org.apache.axis2.transport.TransportSender
| Constructor and Description |
|---|
JavaTransportSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.apache.axis2.context.MessageContext msgContext) |
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) |
void |
stop() |
flowComplete, getHandlerDesc, getName, getParameter, init, toStringpublic void cleanup(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
cleanup in interface org.apache.axis2.transport.TransportSenderorg.apache.axis2.AxisFaultpublic 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 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.Handlerorg.apache.axis2.AxisFaultCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.