org.mobicents.slee.services.sip.common
Interface ProxyConfiguration


public interface ProxyConfiguration


Field Summary
static java.lang.String MBEAN_NAME_PREFIX
           
 
Method Summary
 java.lang.String[] getLocalDomainNames()
          List of domains for which this proxy should act.
 java.lang.String getSipHostname()
          This is only called to fill in the via header.
 int getSipPort()
          Port for communication
 java.lang.String[] getSipTransports()
          Transport used by this proxy
 java.lang.String[] getSupportedURISchemes()
          List of supported uri schemes by this proxy/ accepted uri schemes
 

Field Detail

MBEAN_NAME_PREFIX

static final java.lang.String MBEAN_NAME_PREFIX
See Also:
Constant Field Values
Method Detail

getSupportedURISchemes

java.lang.String[] getSupportedURISchemes()
List of supported uri schemes by this proxy/ accepted uri schemes

Returns:

getLocalDomainNames

java.lang.String[] getLocalDomainNames()
List of domains for which this proxy should act.

Returns:

getSipHostname

java.lang.String getSipHostname()
This is only called to fill in the via header.

Returns:
the sipHostName by local host lookup or by consulting the load balancer.

getSipPort

int getSipPort()
Port for communication

Returns:

getSipTransports

java.lang.String[] getSipTransports()
Transport used by this proxy

Returns:


Copyright © 2008. All Rights Reserved.