org.lastbamboo.common.sip.bootstrap
Interface ProxyRegistrarFactory

All Known Implementing Classes:
ProxyRegistrarFactoryImpl

public interface ProxyRegistrarFactory

A factory for creating a proxy registrar.


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

Method Detail

getRegistrar

ProxyRegistrar getRegistrar(URI client,
                            URI proxy,
                            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 for which the registrar will handle registration.
proxy - The proxy with which the registrar will register.
listener - The listener to notify of registration events.
Returns:
A proxy registrar.


Copyright © 2013 LittleShoot. All Rights Reserved.