public class VFSTransportSender
extends org.apache.axis2.transport.base.AbstractTransportSender
implements org.apache.axis2.transport.base.ManagementSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_NAME |
| Constructor and Description |
|---|
VFSTransportSender()
The public constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.axis2.context.ConfigurationContext cfgCtx,
org.apache.axis2.description.TransportOutDescription transportOut)
Initialize the VFS file system manager and be ready to send messages
|
void |
sendMessage(org.apache.axis2.context.MessageContext msgCtx,
String targetAddress,
org.apache.axis2.transport.OutTransportInfo outTransportInfo)
Send the given message over the VFS transport
|
cleanup, createResponseMessageContext, getActiveThreadCount, getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getQueueSize, getResponseCodeTable, getTimeoutsReceiving, getTimeoutsSending, getTransportName, handleException, handleException, handleIncomingMessage, invoke, logException, maintenenceShutdown, pause, resetStatistics, resume, stop, waitForSynchronousResponsecleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActiveThreadCount, getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getQueueSize, getResponseCodeTable, getTimeoutsReceiving, getTimeoutsSending, maintenenceShutdown, pause, resetStatistics, resumepublic static final String TRANSPORT_NAME
public void init(org.apache.axis2.context.ConfigurationContext cfgCtx,
org.apache.axis2.description.TransportOutDescription transportOut)
throws org.apache.axis2.AxisFault
init in interface org.apache.axis2.transport.TransportSenderinit in class org.apache.axis2.transport.base.AbstractTransportSendercfgCtx - the axis2 configuration contexttransportOut - the transport-out descriptionorg.apache.axis2.AxisFault - on errorpublic void sendMessage(org.apache.axis2.context.MessageContext msgCtx,
String targetAddress,
org.apache.axis2.transport.OutTransportInfo outTransportInfo)
throws org.apache.axis2.AxisFault
sendMessage in class org.apache.axis2.transport.base.AbstractTransportSendermsgCtx - the axis2 message contextorg.apache.axis2.AxisFault - on errorCopyright © 2005–2019 Apache Software Foundation. All rights reserved.