media.sdk.java.examples
Class StartMedia

java.lang.Object
  extended bymedia.sdk.java.examples.StartMedia

public class StartMedia
extends java.lang.Object

Launches the simple media server. This application reads the contents of a directory specified in parameters. For each file found in the directory, this server:

When launching this application, specify the following arguments for interaction creation:

For instance, consider the following arguments:
RoutingWorkItem WorkItem Inbound InboundNew ./source/ ./save/

In this case, created interactions are WorkItem interactions of type Inbound, subtype InboundNew. They are submitted to the queue RoutingWorkItem. These interactions' attached data are obtained from the ./source directory.

Note: Each interaction contains a single file as attached data.


Constructor Summary
StartMedia()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartMedia

public StartMedia()
Method Detail

main

public static void main(java.lang.String[] args)