BEA Systems, Inc.

BEA WebLogic SIP Server 3.0 API Reference


com.bea.wcp.sip.util
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. (c) BEA Systems 2006

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String TRANSPORT_UTIL
          Used to look up the utility in the Servlet context.
 
Method Summary
 SipURI[] getAllTransports()
           
 boolean isLocalServer(SipURI uri)
           
 

Field Detail

TRANSPORT_UTIL

public static final java.lang.String TRANSPORT_UTIL
Used to look up the utility in the Servlet context.

Method Detail

getAllTransports

public SipURI[] getAllTransports()
Returns:
An array of all transports configured on this server.

isLocalServer

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

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss30/
Copyright 2006 BEA Systems Inc.