hp.opencall.media.ccapi
Class ISDNRedirectElement

java.lang.Object
  extended byhp.opencall.media.ccapi.RedirectElement
      extended byhp.opencall.media.ccapi.ISDNRedirectElement
All Implemented Interfaces:
Serializable

public class ISDNRedirectElement
extends RedirectElement

Information element about an ISDN redirected call

See Also:
Serialized Form

Constructor Summary
ISDNRedirectElement(ISDNSignallingParty aParty, ISDNRedirectCause acause)
           
 
Method Summary
 ISDNSignallingParty getISDNNumber()
          The ISDN called party accessor
 ISDNRedirectCause getISDNRedirectCause()
          The ISDN redirect cause
 
Methods inherited from class hp.opencall.media.ccapi.RedirectElement
getNumber, getReason, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISDNRedirectElement

public ISDNRedirectElement(ISDNSignallingParty aParty,
                           ISDNRedirectCause acause)
Parameters:
aParty - The ISDN called party
acause - The reason for the redirection
Method Detail

getISDNNumber

public ISDNSignallingParty getISDNNumber()
The ISDN called party accessor

Returns:
ISDNSignallingParty

getISDNRedirectCause

public ISDNRedirectCause getISDNRedirectCause()
The ISDN redirect cause

Returns:
ISDNSignallingParty