Uses of Class
org.mobicents.slee.resource.sip11.SipResourceAdaptor

Packages that use SipResourceAdaptor
org.mobicents.slee.resource.sip11   
org.mobicents.slee.resource.sip11.wrappers   
 

Uses of SipResourceAdaptor in org.mobicents.slee.resource.sip11
 

Fields in org.mobicents.slee.resource.sip11 declared as SipResourceAdaptor
protected  SipResourceAdaptor SleeSipProviderImpl.ra
           
 

Constructors in org.mobicents.slee.resource.sip11 with parameters of type SipResourceAdaptor
SleeSipProviderImpl(javax.sip.address.AddressFactory addressFactory, javax.sip.header.HeaderFactory headerFactory, javax.sip.message.MessageFactory messageFactory, org.mobicents.ha.javax.sip.ClusteredSipStack stack, SipResourceAdaptor ra, javax.sip.SipProvider provider)
           
 

Uses of SipResourceAdaptor in org.mobicents.slee.resource.sip11.wrappers
 

Fields in org.mobicents.slee.resource.sip11.wrappers declared as SipResourceAdaptor
protected  SipResourceAdaptor Wrapper.ra
           
 

Methods in org.mobicents.slee.resource.sip11.wrappers with parameters of type SipResourceAdaptor
 void ClientDialogForkHandler.addFork(SipResourceAdaptor ra, DialogWithoutIdActivityHandle fork)
           
 void ClientDialogForkHandler.forkConfirmed(SipResourceAdaptor ra, ClientDialogWrapper original, ClientDialogWrapper fork)
          Indicates that the fork with the specified remote tag was confirmed.
 void Wrapper.setResourceAdaptor(SipResourceAdaptor ra)
          Sets the resource adaptor object, which owns the wrapper.
 void ServerTransactionWrapper.setResourceAdaptor(SipResourceAdaptor ra)
           
 void DialogWrapper.setResourceAdaptor(SipResourceAdaptor ra)
           
 void ClientTransactionWrapper.setResourceAdaptor(SipResourceAdaptor ra)
           
 void ClientDialogWrapper.setResourceAdaptor(SipResourceAdaptor ra)
           
 void ClientDialogForkHandler.terminate(SipResourceAdaptor ra)
          Indicates the forking ended, either by the original dialog get confirmed or by error.
 

Constructors in org.mobicents.slee.resource.sip11.wrappers with parameters of type SipResourceAdaptor
ClientDialogWrapper(javax.sip.address.Address from, java.lang.String localTag, javax.sip.address.Address to, javax.sip.header.CallIdHeader callIdHeader, SipResourceAdaptor ra, ClientDialogForkHandler forkData)
          Constructs an instance of a UAC dialog.
ClientTransactionWrapper(javax.sip.ClientTransaction wrappedTransaction, SipResourceAdaptor ra)
           
ClientTransactionWrapper(TransactionActivityHandle handle, SipResourceAdaptor ra)
           
DialogWrapper(javax.sip.Dialog wrappedDialog, java.lang.String dialogId, java.lang.String localTag, SipResourceAdaptor ra)
           
DialogWrapper(SipActivityHandle sipActivityHandle, java.lang.String localTag, SipResourceAdaptor ra)
          Extensible constructor.
NullClientTransactionWrapper(SipActivityHandle activityHandle, SipResourceAdaptor ra)
           
ServerTransactionWrapper(ACKDummyTransaction wrappedTransaction, SipResourceAdaptor ra)
           
ServerTransactionWrapper(javax.sip.ServerTransaction wrappedTransaction, SipResourceAdaptor ra)
           
 



Copyright © 2010. All Rights Reserved.