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

Packages that use SipFactoryImpl
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.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  MobicentsSipSession SipManagerDelegate.createSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
           
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.
 MobicentsSipSession DistributableSipManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession MobicentsSipApplicationSession, boolean localOnly)
          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
static void SipServletRequestImpl.optimizeRouteHeaderAddressForInternalRoutingrequest(SipConnector sipConnector, javax.sip.message.Request request, MobicentsSipSession session, SipFactoryImpl sipFactoryImpl, java.lang.String transport)
           
 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, boolean hasBeenReceived)
          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)
           
 



Copyright © 2010. All Rights Reserved.