org.mobicents.slee.services.sip.proxy.mbean
Interface ProxyConfiguratorMBean

All Superinterfaces:
ProxyConfiguration
All Known Implementing Classes:
ProxyConfigurator

public interface ProxyConfiguratorMBean
extends ProxyConfiguration


Field Summary
 
Fields inherited from interface org.mobicents.slee.services.sip.common.ProxyConfiguration
MBEAN_NAME_PREFIX
 
Method Summary
 void addLocalDomain(java.lang.String localDomainToAdd)
          Adds local domain - domain which after addition is considered to be served by this proxy.
 void addSupportedURIScheme(java.lang.String schemeToAdd)
          If proxy supports more than sips and sip uri schemes this is the method to add them.
 java.lang.Object clone()
           
 void removeLocalDomain(java.lang.String localDomainToRemove)
          Removes domain from local set.
 void removeSupportedURIScheme(java.lang.String schemeToRemove)
          This method removes uri scheme from allowed set
 void setSipHostName(java.lang.String sipHostName)
          Sets this sip host name, in case of multiple interfaces and names its mandatory.
 void setSipPort(int port)
          Sets port on which proxy should work
 void setSipTransports(java.lang.String[] transport)
          Sets set of allowed transports
 
Methods inherited from interface org.mobicents.slee.services.sip.common.ProxyConfiguration
getLocalDomainNames, getSipHostname, getSipPort, getSipTransports, getSupportedURISchemes
 

Method Detail

addSupportedURIScheme

void addSupportedURIScheme(java.lang.String schemeToAdd)
If proxy supports more than sips and sip uri schemes this is the method to add them.

Parameters:
schemeToAdd -

removeSupportedURIScheme

void removeSupportedURIScheme(java.lang.String schemeToRemove)
This method removes uri scheme from allowed set

Parameters:
schemeToRemove -

addLocalDomain

void addLocalDomain(java.lang.String localDomainToAdd)
Adds local domain - domain which after addition is considered to be served by this proxy. After add operation proxy resolves all contacts localy, allow to register.

Parameters:
localDomainToAdd -

removeLocalDomain

void removeLocalDomain(java.lang.String localDomainToRemove)
Removes domain from local set.

Parameters:
localDomainToRemove -

setSipHostName

void setSipHostName(java.lang.String sipHostName)
Sets this sip host name, in case of multiple interfaces and names its mandatory.

Parameters:
sipHostName -

setSipPort

void setSipPort(int port)
Sets port on which proxy should work

Parameters:
port -

setSipTransports

void setSipTransports(java.lang.String[] transport)
Sets set of allowed transports

Parameters:
transport -

clone

java.lang.Object clone()


Copyright © 2011. All Rights Reserved.