Uses of Class
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress

Packages that use SccpAddress
org.mobicents.protocols.ss7.sccp   
org.mobicents.protocols.ss7.sccp.message   
 

Uses of SccpAddress in org.mobicents.protocols.ss7.sccp
 

Methods in org.mobicents.protocols.ss7.sccp with parameters of type SccpAddress
 void SccpProvider.deregisterSccpListener(SccpAddress localAddress)
          Removes listener
 int Router.getRoute(SccpAddress calledPartyAddress, SccpAddress callingPartyAddress)
          Determines the route for the message using called and calling address.
 void SccpProvider.registerSccpListener(SccpAddress localAddress, SccpListener listener)
          Register listener for some adddress.
 

Uses of SccpAddress in org.mobicents.protocols.ss7.sccp.message
 

Methods in org.mobicents.protocols.ss7.sccp.message that return SccpAddress
 SccpAddress SccpMessage.getCalledPartyAddress()
           
 SccpAddress SccpMessage.getCallingPartyAddress()
           
 

Methods in org.mobicents.protocols.ss7.sccp.message with parameters of type SccpAddress
 UnitData MessageFactory.createUnitData(ProtocolClass pClass, SccpAddress calledParty, SccpAddress callingParty)
          Creates unit data message.
 XUnitData MessageFactory.createXUnitData(HopCounter hopCounter, ProtocolClass pClass, SccpAddress calledParty, SccpAddress callingParty)
          Creates extended unit data message.
 



Copyright © 2011. All Rights Reserved.