org.jvoicexml.callmanager.mrcpv2
Class SipCallManagerSession

java.lang.Object
  extended by org.jvoicexml.callmanager.mrcpv2.SipCallManagerSession

public class SipCallManagerSession
extends Object


Constructor Summary
SipCallManagerSession(String id, org.speechforge.cairo.sip.SipSession pbxSession, org.speechforge.cairo.sip.SipSession mrcpSession, org.speechforge.cairo.client.SpeechClient speechClient, org.speechforge.zanzibar.telephony.TelephonyClient telephonyClient)
           
 
Method Summary
 String getId()
           
 Session getJvxmlSession()
           
 org.speechforge.cairo.sip.SipSession getMrcpSession()
           
 org.speechforge.cairo.sip.SipSession getPbxSession()
           
 org.speechforge.cairo.client.SpeechClient getSpeechClient()
           
 org.speechforge.zanzibar.telephony.TelephonyClient getTelephonyClient()
           
 void setId(String id)
           
 void setJvxmlSession(Session jvxmlSession)
           
 void setMrcpSession(org.speechforge.cairo.sip.SipSession mrcpSession)
           
 void setPbxSession(org.speechforge.cairo.sip.SipSession pbxSession)
           
 void setSpeechClient(org.speechforge.cairo.client.SpeechClient speechClient)
           
 void setTelephonyClient(org.speechforge.zanzibar.telephony.TelephonyClient telephonyClient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipCallManagerSession

public SipCallManagerSession(String id,
                             org.speechforge.cairo.sip.SipSession pbxSession,
                             org.speechforge.cairo.sip.SipSession mrcpSession,
                             org.speechforge.cairo.client.SpeechClient speechClient,
                             org.speechforge.zanzibar.telephony.TelephonyClient telephonyClient)
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getJvxmlSession

public Session getJvxmlSession()
Returns:
the jvxmlSession

setJvxmlSession

public void setJvxmlSession(Session jvxmlSession)
Parameters:
jvxmlSession - the jvxmlSession to set

getPbxSession

public org.speechforge.cairo.sip.SipSession getPbxSession()
Returns:
the pbxSession

setPbxSession

public void setPbxSession(org.speechforge.cairo.sip.SipSession pbxSession)
Parameters:
pbxSession - the pbxSession to set

getMrcpSession

public org.speechforge.cairo.sip.SipSession getMrcpSession()
Returns:
the mrcpSession

setMrcpSession

public void setMrcpSession(org.speechforge.cairo.sip.SipSession mrcpSession)
Parameters:
mrcpSession - the mrcpSession to set

getSpeechClient

public org.speechforge.cairo.client.SpeechClient getSpeechClient()
Returns:
the speechClient

setSpeechClient

public void setSpeechClient(org.speechforge.cairo.client.SpeechClient speechClient)
Parameters:
speechClient - the speechClient to set

getTelephonyClient

public org.speechforge.zanzibar.telephony.TelephonyClient getTelephonyClient()
Returns:
the telephonyClient

setTelephonyClient

public void setTelephonyClient(org.speechforge.zanzibar.telephony.TelephonyClient telephonyClient)
Parameters:
telephonyClient - the telephonyClient to set


Copyright © 2008-2010JVoiceXML group.