Interface TransportUtil


public interface TransportUtil
A utility interface for obtaining all SIP listeners, and for determining if a given SIP URI represents the local server. An implementation of this interface is available in the Servlet context as the com.bea.wcp.util.sip.TransportUtil attribute.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Used to look up the utility in the Servlet context.
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.sip.SipURI[]
     
    boolean
    isLocalServer(javax.servlet.sip.SipURI uri)
     
  • Field Details

    • TRANSPORT_UTIL

      static final String TRANSPORT_UTIL
      Used to look up the utility in the Servlet context.
  • Method Details

    • getAllTransports

      javax.servlet.sip.SipURI[] getAllTransports()
      Returns:
      An array of all transports configured on this server.
    • isLocalServer

      boolean isLocalServer(javax.servlet.sip.SipURI uri)
      Parameters:
      uri -
      Returns:
      true if the specified URI resolves to the local server/transport.