public class TCPTransportListener extends AbstractTransportListenerEx<TCPEndpoint>
cfgCtx, config, isNonBlocking, log, metrics, state, useAxis2ThreadPool, workerPool
HOST_ADDRESS, PARAM_PORT
Constructor and Description |
---|
TCPTransportListener() |
Modifier and Type | Method and Description |
---|---|
protected TCPEndpoint |
createEndpoint() |
protected void |
doInit()
Initialize the transport.
|
protected void |
startEndpoint(TCPEndpoint endpoint) |
protected void |
stopEndpoint(TCPEndpoint endpoint) |
getEndpoints, getEPRsForService, init, start, startListeningForService, stop, stopListeningForService
createMessageContext, destroy, 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, maintenenceShutdown, pause, resetStatistics, resume
protected void doInit() throws AxisFault
AbstractTransportListenerEx
AbstractTransportListener
and before the first endpoint is created, i.e. before the
first call to AbstractTransportListenerEx.createEndpoint()
.doInit
in class AbstractTransportListenerEx<TCPEndpoint>
AxisFault
protected TCPEndpoint createEndpoint()
createEndpoint
in class AbstractTransportListenerEx<TCPEndpoint>
protected void startEndpoint(TCPEndpoint endpoint) throws AxisFault
startEndpoint
in class AbstractTransportListenerEx<TCPEndpoint>
AxisFault
protected void stopEndpoint(TCPEndpoint endpoint)
stopEndpoint
in class AbstractTransportListenerEx<TCPEndpoint>
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.