hp.opencall.media.ccapi
Interface SignallingInfo

All Known Implementing Classes:
IsupInfo, SIPInfo

public interface SignallingInfo


Method Summary
 Object getLastIncomingMsg()
           
 void putNextOutgoingMsg(Object aMsg)
          put the next outgoing signalling message to send through the signalling Leg.
 

Method Detail

getLastIncomingMsg

public Object getLastIncomingMsg()
Returns:
Object

putNextOutgoingMsg

public void putNextOutgoingMsg(Object aMsg)
                        throws Exception
put the next outgoing signalling message to send through the signalling Leg. Object should be a valid Msg regarding the signalling type of the Leg. For ISUP, aMsg must be An IsupMsg.

Parameters:
aMsg -
Throws:
Exception