}
}
}
public void removeTransport(String name) {
TransportService trpService = transportStore.remove(name);
if (trpService != null && log.isDebugEnabled()) {
log.debug(name + " transport removed from the transport store and will not be " +
"available via the management console");
}
}