destinationFactory = mgr.getDestinationFactoryForUri(address);
}
return destinationFactory.getDestination(ei);
} catch (BusException e) {
IOException ex = new IOException("Could not find destination factory for transport " + transId);
ex.initCause(e);
throw ex;
}
}
public void createPortExtensors(EndpointInfo ei, Service service) {