org.cafesip.sipunit
Class SipTransaction

java.lang.Object
  extended by org.cafesip.sipunit.SipTransaction

public class SipTransaction
extends java.lang.Object

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

getRequest

public 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. However, knowledge of JAIN SIP API is required to interpret the Request object.

Returns:
Returns the javax.sip.message.Request object that created this transaction.


http://www.cafesip.org