// most of the transports create the worker pool at the init method.
TransportInDescription transportInDescription;
for (Object o : configctx.getAxisConfiguration().getAxisConfiguration().getTransportsIn().values()) {
transportInDescription = (TransportInDescription) o;
TransportListener transportListener = transportInDescription.getReceiver();
transportListener.destroy();
}
this.startedTransports.clear();
this.configctx = null;
}