in cxf/cxf-transport-nmr/src/main/java/org/apache/servicemix/cxf/transport/nmr/NMRTransportFactory.java [142:149]
public void putDestination(String epName, NMRDestination destination) throws ServiceMixException {
if (destinationMap.containsKey(epName)) {
throw new ServiceMixException("NMRDestination for Endpoint "
+ epName + " already be created");
} else {
destinationMap.put(epName, destination);
}
}