public java.util.Enumeration | getNextHops(Request sipRequest, boolean isDialog)Return a linked list of addresses corresponding to a requestURI.
This is called for sending out outbound messages for which we do
not directly have the request URI. The implementaion function
is expected to return a linked list of addresses to which the
request is forwarded. The implementation may use this method
to perform location searches etc.
|