Uses of Interface
org.alembik.TranscodingService

Packages that use TranscodingService
org.alembik Provides the classes necessary for connecting to Alembik service and processing transcoding requests. 
org.alembik.soap Provides the classes necessary for handling SOAP connection to Alembik service. 
 

Uses of TranscodingService in org.alembik
 

Methods in org.alembik that return TranscodingService
 TranscodingService EJBServiceLocator.getService(java.util.Properties config)
          Returns the remote or local EJB service looked up with the given JNDI properties.
 TranscodingService TranscodingServiceLocator.getService(java.util.Properties config)
          Returns an implementation of the transcoding service, which accesses Alembik locally or remotely.
 

Uses of TranscodingService in org.alembik.soap
 

Methods in org.alembik.soap that return TranscodingService
 TranscodingService SOAPServiceLocator.getService(java.util.Properties config)
          Returns a proxy object, which connects to Alembik SOAP service making use of WSDL file location passed as a configuration property.