TransportOutDescription transportOutDescription) throws AxisFault {
log.info("Initializing the relay transport sender...");
// is this an SSL Sender?
sslContext = getSSLContext(transportOutDescription);
SSLIOSessionHandler sslSetupHandler = getSSLSetupHandler(transportOutDescription);
WorkerPool workerPool = null;
Object obj = configurationContext.getProperty(
RelayConstants.RELAY_TRANSPORT_WORKER_POOL);
if (obj != null) {