public class SipFactoryFacade extends Object implements SipFactoryExt, Serializable
SipFactoryImpl
object from the web application.| Constructor and Description |
|---|
SipFactoryFacade(SipFactoryImpl sipFactoryImpl,
SipContext sipContext) |
public SipFactoryFacade(SipFactoryImpl sipFactoryImpl, SipContext sipContext)
public Address createAddress(String sipAddress) throws ServletParseException
createAddress in interface SipFactoryServletParseExceptionpublic Address createAddress(URI uri)
createAddress in interface SipFactorypublic Address createAddress(URI uri, String displayName)
createAddress in interface SipFactorypublic SipApplicationSession createApplicationSession()
createApplicationSession in interface SipFactorypublic SipApplicationSession createApplicationSession(boolean managed)
createApplicationSession in interface SipFactoryExtpublic Parameterable createParameterable(String s) throws ServletParseException
createParameterable in interface SipFactoryServletParseExceptionpublic SipServletRequest createRequest(SipApplicationSession appSession, String method, Address from, Address to)
createRequest in interface SipFactorypublic SipServletRequest createRequest(SipApplicationSession appSession, String method, String from, String to) throws ServletParseException
createRequest in interface SipFactoryServletParseExceptionpublic SipServletRequest createRequest(SipApplicationSession appSession, String method, URI from, URI to)
createRequest in interface SipFactorypublic SipServletRequest createRequest(SipServletRequest origRequest, boolean sameCallId)
createRequest in interface SipFactorypublic SipURI createSipURI(String user, String host)
createSipURI in interface SipFactorypublic URI createURI(String uri) throws ServletParseException
createURI in interface SipFactoryServletParseExceptionpublic void storeHttpSession(javax.servlet.http.HttpSession httpSession)
httpSession - the http session to store for later retrievalpublic void removeHttpSession()
public javax.servlet.http.HttpSession retrieveHttpSession()
public SipApplicationSession createApplicationSessionByKey(String sipApplicationKey)
createApplicationSessionByKey in interface SipFactorypublic SipApplicationSession createApplicationSessionByKey(String sipApplicationKey, boolean managed)
createApplicationSessionByKey in interface SipFactoryExtpublic AuthInfo createAuthInfo()
createAuthInfo in interface SipFactorypublic SipApplicationSession createApplicationSessionByAppName(String arg0)
public boolean isRouteOrphanRequests()
isRouteOrphanRequests in interface SipFactoryExtpublic void setRouteOrphanRequests(boolean routeOrphanRequets)
setRouteOrphanRequests in interface SipFactoryExtCopyright © 2014. All Rights Reserved.