public class MailTransportListener extends AbstractPollingTransportListener<PollTableEntry> implements ManagementSupport, TransportErrorSource
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE |
static String |
MOVE |
cfgCtx, config, isNonBlocking, log, metrics, state, useAxis2ThreadPool, workerPoolHOST_ADDRESS, PARAM_PORT| Constructor and Description |
|---|
MailTransportListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorListener(TransportErrorListener listener) |
protected PollTableEntry |
createEndpoint() |
protected void |
doInit()
Initialize the transport.
|
protected void |
poll(PollTableEntry entry) |
void |
removeErrorListener(TransportErrorListener listener) |
destroy, maintenenceShutdown, onPollCompletion, pause, processFailure, resume, startEndpoint, stopEndpointgetEndpoints, getEPRsForService, init, start, startListeningForService, stop, stopListeningForServicecreateMessageContext, disableTransportForService, getActiveThreadCount, getAvgSizeReceived, getAvgSizeSent, getBytesReceived, getBytesSent, getConfigurationContext, getEPRForService, getEPRsForService, getFaultsReceiving, getFaultsSending, getLastResetTime, getMaxSizeReceived, getMaxSizeSent, getMessagesReceived, getMessagesSent, getMetricsCollector, getMetricsWindow, getMinSizeReceived, getMinSizeSent, getQueueSize, getResponseCodeTable, getSessionContext, getTimeoutsReceiving, getTimeoutsSending, getTransportInDescription, getTransportName, handleException, handleIncomingMessage, logException, resetStatisticsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 DELETE
public static final String MOVE
protected void doInit()
throws AxisFault
AbstractTransportListenerExAbstractTransportListener and before the first endpoint is created, i.e. before the
first call to AbstractTransportListenerEx.createEndpoint().doInit in class AbstractPollingTransportListener<PollTableEntry>AxisFaultprotected void poll(PollTableEntry entry)
poll in class AbstractPollingTransportListener<PollTableEntry>protected PollTableEntry createEndpoint()
createEndpoint in class AbstractTransportListenerEx<PollTableEntry>public void addErrorListener(TransportErrorListener listener)
addErrorListener in interface TransportErrorSourcepublic void removeErrorListener(TransportErrorListener listener)
removeErrorListener in interface TransportErrorSourceCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.