Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.sip
Interface WlssSipServletResponse

All Superinterfaces:
WlssSipServletMessage

Deprecated. This class is deprecated as the createPrack method is now available in the parent SipServletResponse class. Use SipServletResponse.createPrack() instead.

public interface WlssSipServletResponse
extends WlssSipServletMessage

This interface is intended to add WebLogic SIP server specific method createPrack(), which is an addition to the standard javax.servlet.sip.SipServletResponse interface.


Nested Class Summary

 

Nested classes/interfaces inherited from interface com.bea.wcp.sip.WlssSipServletMessage
WlssSipServletMessage.UseHeaderForm

 

Method Summary
 SipServletRequest createPrack()
          Deprecated. in favor of SipServletResponse#createPrack()

 

Methods inherited from interface com.bea.wcp.sip.WlssSipServletMessage
getUseHeaderForm, setUseHeaderForm

 

Method Detail

createPrack

SipServletRequest createPrack()
Deprecated. in favor of SipServletResponse#createPrack()
Returns an PRACK request object corresponding to this response. This method is used by servlets acting as UACs in order to acknowledge reliable provisional responses to INVITE requests with PRACK (RFC 3262).
Returns:
PRACK request corresponding to this response
Throws:
java.lang.IllegalStateException - if the transaction state is such that it doesn't allow a PRACK to be sent now, e.g. if the original request was not an INVITE or if a PRACK has already been generated.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.