All other headers including any Authentication related headers, and record route headers should be assigned by the application to the generated request. The assignment of the topmost via header for the outgoing request may be deferred until the application creates a ClientTransaction to send the request out. This method does not increment the dialog sequence number. This method may not be used for creating PRACK or ACK. Implementations should throw SipException if this method is called for creating ACK or PRACK. @param method the string value that determines if the request to be created. @return the newly created Request message on this Dialog. @throws SipException if the Dialog is not yet established (i.e. dialog state equals null) or is terminated or if the method is invoked for ACK or PRACK.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|