org.mobicents.slee.resource.sip
Class SipActivityContextInterfaceFactoryImpl

java.lang.Object
  extended by org.mobicents.slee.resource.sip.SipActivityContextInterfaceFactoryImpl
All Implemented Interfaces:
org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory, org.mobicents.slee.resource.sip.SipActivityContextInterfaceFactory

public class SipActivityContextInterfaceFactoryImpl
extends java.lang.Object
implements org.mobicents.slee.resource.sip.SipActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

TODO Class Description

Author:
F.Moggia

Constructor Summary
SipActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer svcContainer, java.lang.String entityName)
           
 
Method Summary
 javax.slee.ActivityContextInterface getActivityContextInterface(javax.sip.ClientTransaction clientTransaction)
           
 javax.slee.ActivityContextInterface getActivityContextInterface(javax.sip.Dialog dialog)
           
 javax.slee.ActivityContextInterface getActivityContextInterface(javax.sip.ServerTransaction serverTransaction)
           
 java.lang.String getJndiName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipActivityContextInterfaceFactoryImpl

public SipActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer svcContainer,
                                              java.lang.String entityName)
Method Detail

getJndiName

public java.lang.String getJndiName()
Specified by:
getJndiName in interface org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(javax.sip.ClientTransaction clientTransaction)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface org.mobicents.slee.resource.sip.SipActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(javax.sip.ServerTransaction serverTransaction)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface org.mobicents.slee.resource.sip.SipActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(javax.sip.Dialog dialog)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface org.mobicents.slee.resource.sip.SipActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException


Copyright © 2008. All Rights Reserved.