hp.opencall.media.ccapi
Interface SIPCallSpecInterface

All Superinterfaces:
CallSpecInterface
All Known Implementing Classes:
SIPCallSpec

public interface SIPCallSpecInterface
extends CallSpecInterface


Method Summary
 SIPInfo getSIPInfo()
          Gets the SIPInfo.
 boolean isSIPInfoPresent()
          Checks if SIPInfo is available.
 void setSIPInfo(SIPInfo aSIPInfo)
          Sets the SIPInfo.
 
Methods inherited from interface hp.opencall.media.ccapi.CallSpecInterface
addRedirectElement, getCalledAddress, getCalledParty, getCallingAddress, getCallingParty, getCallSpecType, getProtocolName, getProtocolVersion, getRedirectElements, isIncoming, setUsedProvider
 

Method Detail

isSIPInfoPresent

public boolean isSIPInfoPresent()
Checks if SIPInfo is available.

Returns:
true if SIPInfo is available.

getSIPInfo

public SIPInfo getSIPInfo()
Gets the SIPInfo.

Returns:
the SIPInfo

setSIPInfo

public void setSIPInfo(SIPInfo aSIPInfo)
Sets the SIPInfo.

Parameters:
aSIPInfo - the SIPInfo