org.mobicents.media
Interface ComponentFactory


public interface ComponentFactory

Acts as a factory of any media components.

Author:
kulikov

Method Summary
 Component newInstance(Endpoint endpoint)
          Constructs new component.
 

Method Detail

newInstance

Component newInstance(Endpoint endpoint)
                      throws ResourceUnavailableException
Constructs new component.

Parameters:
endpoint - the endpoint which creates this component.
Returns:
new instance of the component.
Throws:
ResourceUnavailableException


Copyright © 2010. All Rights Reserved.