Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

com.bea.wcp.sip
Interface WlssProxy

All Superinterfaces:
Proxy

Deprecated. The interface has been deprecated since JSR289

public interface WlssProxy
extends 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(java.lang.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(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

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02