public TransportAddress[] addressesFromString(String address) throws Exception {
   return transport.addressesFromString(address);
 }