|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cafesip.sipunit.SipTransaction
public class SipTransaction
SipTransaction is used internally by the SipUnit API to manage some SIP operations. The user program doesn't need to do anything with a SipTransaction if returned by the API other than pass it in to a related, subsequent API call as instructed on a per-operation basis. The user program MAY call getRequest() to get the javax.sip.message.Request object that created this transaction. However, knowledge of JAIN SIP API is required to use the Request object.
| Method Summary | |
|---|---|
javax.sip.message.Request |
getRequest()
The user test program MAY call this method to view the javax.sip.message.Request object that created this transaction. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public javax.sip.message.Request getRequest()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||