TransportPersistenceManager transportPM = new TransportPersistenceManager(axisConfig);
String[] transports = transportPM.getEnabledTransports(false);
if (transports != null) {
for (String transportToInit : transports) {
if (axisConfig.getTransportOut(transportToInit.trim()) == null) {
TransportOutDescription transportOutDesc =
transportPM.getTransportSender(transportToInit, true);
if (transportOutDesc != null) {
transportOuts.add(transportOutDesc);
// No need to init the sender
// ConfigurationContextFactory should take care of that