Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.sip
Interface WlssTelURI

All Superinterfaces:
Cloneable, javax.servlet.sip.TelURL, javax.servlet.sip.URI

public interface WlssTelURI
extends javax.servlet.sip.TelURL

This class is a WebLogic SIP Server specific extension of the interface javax.servlet.sip.TelURL. It adds the functionality required to support using E.164 numbers with SIP, RFC 3824.


Method Summary
 String getEnumFormat()
          Get string representation of tel URI in ENUM format, per RFC 3761.
 javax.servlet.sip.SipURI resolveE1642SIP()
          Return only or higher precedence SIP URI resolved from the given tel URI.
 javax.servlet.sip.SipURI[] resolveE1642SIPs()
          Return all SIP URIs resolved from the tel URI ordered by 'order' field, then by 'preference' field.

 

Methods inherited from interface javax.servlet.sip.TelURL
equals, getPhoneContext, getPhoneNumber, isGlobal, setPhoneNumber, setPhoneNumber, toString

 

Methods inherited from interface javax.servlet.sip.URI
clone, getParameter, getParameterNames, getScheme, isSipURI, removeParameter, setParameter

 

Method Detail

resolveE1642SIP

javax.servlet.sip.SipURI resolveE1642SIP()
                                         throws javax.servlet.sip.ServletParseException
Return only or higher precedence SIP URI resolved from the given tel URI.
Returns:
Returns a SipURI
Throws:
javax.servlet.sip.ServletParseException - if an invalid tel URI is specified

resolveE1642SIPs

javax.servlet.sip.SipURI[] resolveE1642SIPs()
                                            throws javax.servlet.sip.ServletParseException
Return all SIP URIs resolved from the tel URI ordered by 'order' field, then by 'preference' field.
Returns:
Returns array of SipURIs
Throws:
javax.servlet.sip.ServletParseException - if an invalid tel URI is specified

getEnumFormat

String getEnumFormat()
                     throws RuntimeException
Get string representation of tel URI in ENUM format, per RFC 3761. Uses the domain suffix 'e164.arpa'.
Returns:
Returns a String of the tel URI in ENUM format.
Throws:
RuntimeException - if an invalid tel URI is specified

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.