org.mobicents.protocols.ss7.sccp
Interface Router

All Superinterfaces:
java.io.Serializable

public interface Router
extends java.io.Serializable

Represents the SCCP router.

Author:
kulikov

Method Summary
 int getRoute(SccpAddress calledPartyAddress, SccpAddress callingPartyAddress)
          Determines the route for the message using called and calling address.
 

Method Detail

getRoute

int getRoute(SccpAddress calledPartyAddress,
             SccpAddress callingPartyAddress)
Determines the route for the message using called and calling address.

Parameters:
calledPartyAddress -
callingPartyAddress -
Returns:
the point code of linkset which will be used for routing


Copyright © 2010. All Rights Reserved.