Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opencloud.slee.services.sip.common
Interface SipServerConfig  view SipServerConfig download SipServerConfig.java

All Known Implementing Classes:
SipBaseSbb

public interface SipServerConfig

Interface to common SIP server parameters


Method Summary
 AddressFactory getAddressFactory()
          Gets the AddressFactory object.
 HeaderFactory getHeaderFactory()
          Gets the HeaderFactory object.
 java.lang.String getHostname()
          This server's host name
 java.lang.String[] getLocalDomainNames()
          Array of domain names that this server is authoritative for.
 com.opencloud.slee.services.sip.registrar.LocationService getLocationService()
          Location service used by this server.
 MessageFactory getMessageFactory()
          Gets the MessageFactory object.
 int getPort()
          Port used by this SIP server (default 5060)
 SipProvider getSipProvider()
          Gets the SipProvider object for sending requests etc.
 long getSipRegistrationMaxExpires()
          Maximum expiry time for registrations
 long getSipRegistrationMinExpires()
          Minimum expiry time for registrations
 java.lang.String[] getSupportedURISchemes()
          URI schemes supported by this server
 java.lang.String getTransport()
          Transport used for SIP messages (default UDP)
 

Method Detail

getSipProvider

public SipProvider getSipProvider()
Gets the SipProvider object for sending requests etc.


getAddressFactory

public AddressFactory getAddressFactory()
Gets the AddressFactory object.


getHeaderFactory

public HeaderFactory getHeaderFactory()
Gets the HeaderFactory object.


getMessageFactory

public MessageFactory getMessageFactory()
Gets the MessageFactory object.


getLocalDomainNames

public java.lang.String[] getLocalDomainNames()
Array of domain names that this server is authoritative for.


getSupportedURISchemes

public java.lang.String[] getSupportedURISchemes()
URI schemes supported by this server


getLocationService

public com.opencloud.slee.services.sip.registrar.LocationService getLocationService()
Location service used by this server.


getHostname

public java.lang.String getHostname()
This server's host name


getPort

public int getPort()
Port used by this SIP server (default 5060)


getTransport

public java.lang.String getTransport()
Transport used for SIP messages (default UDP)


getSipRegistrationMinExpires

public long getSipRegistrationMinExpires()
Minimum expiry time for registrations


getSipRegistrationMaxExpires

public long getSipRegistrationMaxExpires()
Maximum expiry time for registrations