public class JMSSender extends AbstractTransportSender implements ManagementSupport
Handler.InvocationResponse| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TRANSPORT_NAME |
cfgCtx, log, metricshandlerDesc| Constructor and Description |
|---|
JMSSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for
outgoing messages.
|
void |
sendMessage(MessageContext msgCtx,
java.lang.String targetAddress,
OutTransportInfo outTransportInfo)
Performs the actual sending of the JMS message
|
void |
stop() |
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, 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, resumecleanup, flowComplete, getHandlerDesc, getName, getParameter, initpublic static final java.lang.String TRANSPORT_NAME
public void init(ConfigurationContext cfgCtx, TransportOutDescription transportOut) throws AxisFault
init in interface TransportSenderinit in class AbstractTransportSendercfgCtx - the configuration contexttransportOut - the transport sender definition from axis2.xmlAxisFault - on errorpublic void stop()
stop in interface TransportSenderstop in class AbstractTransportSenderpublic void sendMessage(MessageContext msgCtx, java.lang.String targetAddress, OutTransportInfo outTransportInfo) throws AxisFault
sendMessage in class AbstractTransportSenderAxisFaultCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.