|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.sip11.wrappers.Wrapper
org.mobicents.slee.resource.sip11.wrappers.TransactionWrapper
org.mobicents.slee.resource.sip11.wrappers.ClientTransactionWrapper
org.mobicents.slee.resource.sip11.wrappers.NullClientTransactionWrapper
public class NullClientTransactionWrapper
A dummy client tx wrapper for a non existent client transaction, used when firing out of dialog late responses.
| Field Summary |
|---|
| Fields inherited from class org.mobicents.slee.resource.sip11.wrappers.Wrapper |
|---|
activityHandle, ending, ra |
| Constructor Summary | |
|---|---|
NullClientTransactionWrapper(SipActivityHandle activityHandle,
SipResourceAdaptor ra)
|
|
| Method Summary | |
|---|---|
javax.slee.Address |
getEventFiringAddress()
Retrieves the slee Address where events on this resource are fired. |
javax.sip.Transaction |
getWrappedTransaction()
Retrieves the wrapped sip transaction. |
void |
terminated()
callback invoked when the underlying tx was terminated |
| Methods inherited from class org.mobicents.slee.resource.sip11.wrappers.ClientTransactionWrapper |
|---|
clear, createAck, createCancel, getAssociatedServerTransaction, getEventFiringAddress, getWrappedClientTransaction, isAckTransaction, isClientTransaction, sendRequest, setAssociatedServerTransaction, toString |
| Methods inherited from class org.mobicents.slee.resource.sip11.wrappers.TransactionWrapper |
|---|
getBranchId, getDialog, getDialogWrapper, getRequest, getRetransmitTimer, getState, isActivity, isDialog, setActivity, setRetransmitTimer, terminate |
| Methods inherited from class org.mobicents.slee.resource.sip11.wrappers.Wrapper |
|---|
ending, getActivityHandle, getApplicationData, isEnding, setApplicationData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.sip.Transaction |
|---|
getApplicationData, getBranchId, getDialog, getRequest, getRetransmitTimer, getState, setApplicationData, setRetransmitTimer, terminate |
| Constructor Detail |
|---|
public NullClientTransactionWrapper(SipActivityHandle activityHandle,
SipResourceAdaptor ra)
activityHandle - | Method Detail |
|---|
public javax.sip.Transaction getWrappedTransaction()
TransactionWrapper
getWrappedTransaction in class ClientTransactionWrapperpublic void terminated()
TransactionWrapper
terminated in class ClientTransactionWrapperpublic javax.slee.Address getEventFiringAddress()
WrapperAddress where events on this resource are fired.
getEventFiringAddress in class ClientTransactionWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||