Uses of Class
org.mobicents.servlet.sip.message.SipFactoryImpl

Packages that use SipFactoryImpl
org.jboss.web.tomcat.service.session   
org.mobicents.servlet.sip.core   
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
org.mobicents.servlet.sip.proxy   
 

Uses of SipFactoryImpl in org.jboss.web.tomcat.service.session
 

Methods in org.jboss.web.tomcat.service.session that return SipFactoryImpl
 SipFactoryImpl JBossCacheSipManager.getSipFactoryImpl()
           
 

Methods in org.jboss.web.tomcat.service.session with parameters of type SipFactoryImpl
protected  MobicentsSipSession ClusteredSipManagerDelegate.getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 MobicentsSipSession JBossCacheSipManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
protected  ClusteredSipSession JBossCacheSipManager.loadSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Loads a session from the distributed store.
 void JBossCacheSipManager.setSipFactoryImpl(SipFactoryImpl sipFactoryImpl)
           
 

Constructors in org.jboss.web.tomcat.service.session with parameters of type SipFactoryImpl
AttributeBasedClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
ClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession, boolean useJK)
           
FieldBasedClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
JBossCacheClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
SessionBasedClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 

Uses of SipFactoryImpl in org.mobicents.servlet.sip.core
 

Methods in org.mobicents.servlet.sip.core that return SipFactoryImpl
 SipFactoryImpl SipApplicationDispatcherImpl.getSipFactory()
           
 SipFactoryImpl SipApplicationDispatcher.getSipFactory()
          retrieve the sip factory
 

Uses of SipFactoryImpl in org.mobicents.servlet.sip.core.session
 

Fields in org.mobicents.servlet.sip.core.session declared as SipFactoryImpl
protected  SipFactoryImpl SipSessionImpl.sipFactory
           
protected  SipFactoryImpl SipManagerDelegate.sipFactoryImpl
           
 

Methods in org.mobicents.servlet.sip.core.session that return SipFactoryImpl
 SipFactoryImpl SipStandardManager.getSipFactoryImpl()
           
 SipFactoryImpl SipManager.getSipFactoryImpl()
           
 SipFactoryImpl SipManagerDelegate.getSipFactoryImpl()
           
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipFactoryImpl
protected abstract  MobicentsSipSession SipManagerDelegate.getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
protected  MobicentsSipSession SipStandardManagerDelegate.getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 MobicentsSipSession SipStandardManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
 MobicentsSipSession SipManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession MobicentsSipApplicationSession)
          Retrieve a sip session from its key.
 MobicentsSipSession SipManagerDelegate.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
 void SipStandardManager.setSipFactoryImpl(SipFactoryImpl sipFactoryImpl)
           
 void SipManager.setSipFactoryImpl(SipFactoryImpl sipFactoryImpl)
           
 void SipManagerDelegate.setSipFactoryImpl(SipFactoryImpl sipFactoryImpl)
           
 

Constructors in org.mobicents.servlet.sip.core.session with parameters of type SipFactoryImpl
SipSessionImpl(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 

Uses of SipFactoryImpl in org.mobicents.servlet.sip.message
 

Fields in org.mobicents.servlet.sip.message declared as SipFactoryImpl
protected  SipFactoryImpl SipServletMessageImpl.sipFactoryImpl
           
 

Methods in org.mobicents.servlet.sip.message that return SipFactoryImpl
 SipFactoryImpl B2buaHelperImpl.getSipFactoryImpl()
           
 

Methods in org.mobicents.servlet.sip.message with parameters of type SipFactoryImpl
 void B2buaHelperImpl.setSipFactoryImpl(SipFactoryImpl sipFactoryImpl)
           
 

Constructors in org.mobicents.servlet.sip.message with parameters of type SipFactoryImpl
SipFactoryFacade(SipFactoryImpl sipFactoryImpl, SipContext sipContext)
           
SipServletMessageImpl(javax.sip.message.Message message, SipFactoryImpl sipFactoryImpl, javax.sip.Transaction transaction, MobicentsSipSession sipSession, javax.sip.Dialog dialog)
           
SipServletRequestImpl(javax.sip.message.Request request, SipFactoryImpl sipFactoryImpl, MobicentsSipSession sipSession, javax.sip.Transaction transaction, javax.sip.Dialog dialog, boolean createDialog)
           
SipServletResponseImpl(javax.sip.message.Response response, SipFactoryImpl sipFactoryImpl, javax.sip.Transaction transaction, MobicentsSipSession session, javax.sip.Dialog dialog)
          Constructor
 

Uses of SipFactoryImpl in org.mobicents.servlet.sip.proxy
 

Methods in org.mobicents.servlet.sip.proxy that return SipFactoryImpl
 SipFactoryImpl ProxyImpl.getSipFactoryImpl()
           
 

Methods in org.mobicents.servlet.sip.proxy with parameters of type SipFactoryImpl
 void ProxyImpl.setSipFactoryImpl(SipFactoryImpl sipFactoryImpl)
           
 

Constructors in org.mobicents.servlet.sip.proxy with parameters of type SipFactoryImpl
ProxyImpl(SipServletRequestImpl request, SipFactoryImpl sipFactoryImpl)
           
ProxyUtils(SipFactoryImpl sipFactoryImpl, ProxyImpl proxy)
           
 



Copyright © 2009. All Rights Reserved.