GSM::SMS::TransportRouter::TransportRouter - Abstract router class
An abstract TransportRouter base class. All concrete transport routers must inherit from this class.
$route = $tr->route( $msisdn, @transport_list ); Return 'undef' when no route found. ABSTRACT METHOD - needs to be implemented.
When an explicit transport has been given to the constructor, we'll only try to route through this transport. This method can be used to get the name of that specific transport.
Johan Van den Brande <johan@vandenbrande.com>