Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.sip
Interface WlssProxy


Deprecated. The interface has been deprecated since JSR289

public interface WlssProxy

This class is a WebLogic SIP Server specific extension of the interface javax.servlet.sip.Proxy. It adds the functionality required to support the Path header, RFC 3327. This extension adds a parameter :

addToPath:
Whether to add this Proxy URI in the Path header to the REGISTER. The defualt is false.

The effect of this parameters is explained further below.


Method Summary
 void setRecordRouteUriTransport(java.lang.String transport)
          Deprecated. Specifies the transport parameter to be used in the record route.

 

Method Detail

setRecordRouteUriTransport

void setRecordRouteUriTransport(java.lang.String transport)
Deprecated. 
Specifies the transport parameter to be used in the record route. This is a transport proprietary API to provide application support to set the transport in RR , provided the next hop for subsequent request corresponding to this Initial request supports it. http://www.rfc-editor.org/internet-drafts/draft-ietf-sip-record-route-fix-10.txt describes scenarios where in such need might arise.
Parameters:
transport - specifies transport parameter to be used in Reciord Route

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.