Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.sip
Interface WlssProxy

All Superinterfaces:
javax.servlet.sip.Proxy

Deprecated. The interface has been deprecated since JSR289

public interface WlssProxy
extends javax.servlet.sip.Proxy

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(String transport)
          Deprecated. Specifies the transport parameter to be used in the record route.

 

Methods inherited from interface javax.servlet.sip.Proxy
cancel, cancel, createProxyBranches, getAddToPath, getNoCancel, getOriginalRequest, getParallel, getPathURI, getProxyBranch, getProxyBranches, getProxyTimeout, getRecordRoute, getRecordRouteURI, getRecurse, getSequentialSearchTimeout, getStateful, getSupervised, proxyTo, proxyTo, setAddToPath, setNoCancel, setOutboundInterface, setOutboundInterface, setParallel, setProxyTimeout, setRecordRoute, setRecurse, setSequentialSearchTimeout, setStateful, setSupervised, startProxy

 

Method Detail

setRecordRouteUriTransport

void setRecordRouteUriTransport(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.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.