org.alembik
Interface TranscodingServiceLocator

All Known Implementing Classes:
EJBServiceLocator, SOAPServiceLocator

public interface TranscodingServiceLocator

The interface of the classes, which provide an implementation or an access stub to the Alembik's transcoding service.

The currently available implementatios include:

Since:
1.0-beta1

Method Summary
 TranscodingService getService(java.util.Properties config)
          Returns an implementation of the transcoding service, which accesses Alembik locally or remotely.
 

Method Detail

getService

TranscodingService getService(java.util.Properties config)
                              throws javax.naming.ServiceUnavailableException
Returns an implementation of the transcoding service, which accesses Alembik locally or remotely.

Parameters:
config - connection parameters set (specific for the implementating class)
Returns:
service implementation or stub
Throws:
javax.naming.ServiceUnavailableException - when Alembik is not available