public class TenantTransportSender
extends org.apache.axis2.handlers.AbstractHandler
implements org.apache.axis2.transport.TransportSender
Constructor and Description |
---|
TenantTransportSender(org.apache.axis2.context.ConfigurationContext superTenantConfigurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(org.apache.axis2.context.MessageContext msgContext) |
static org.apache.axis2.addressing.EndpointReference |
getDestinationEPR(org.apache.axis2.context.MessageContext msgContext)
Get the EPR for the message passed in
|
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() |
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
public TenantTransportSender(org.apache.axis2.context.ConfigurationContext superTenantConfigurationContext)
public 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.Handler
org.apache.axis2.AxisFault
public void cleanup(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault
cleanup
in interface org.apache.axis2.transport.TransportSender
org.apache.axis2.AxisFault
public 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.TransportSender
org.apache.axis2.AxisFault
public void stop()
stop
in interface org.apache.axis2.transport.TransportSender
public static org.apache.axis2.addressing.EndpointReference getDestinationEPR(org.apache.axis2.context.MessageContext msgContext)
msgContext
- the message contextCopyright © 2016 WSO2 Inc. All rights reserved.