org.lastbamboo.common.sip.bootstrap
Interface RobustProxyRegistrarFactory

All Known Implementing Classes:
RobustProxyRegistrarFactoryImpl

public interface RobustProxyRegistrarFactory

A factory for creating a robust proxy registrar.


Method Summary
 ProxyRegistrar getRegistrar(URI client, org.lastbamboo.common.sip.client.util.ProxyRegistrationListener listener)
          Returns a proxy registrar.
 

Method Detail

getRegistrar

ProxyRegistrar getRegistrar(URI client,
                            org.lastbamboo.common.sip.client.util.ProxyRegistrationListener listener)
Returns a proxy registrar. The returned registrar will handle registration for a given client and proxy. A given listener will be notified of registration events.

Parameters:
client - The client the registrar will handle registration for.
listener - The listener to notify of registration events.
Returns:
A proxy registrar.


Copyright © 2013 LittleShoot. All Rights Reserved.