org.springframework.batch.admin.integration
Class StringToJobLaunchRequestAdapter

java.lang.Object
  extended by org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
All Implemented Interfaces:
InitializingBean

@MessageEndpoint
public class StringToJobLaunchRequestAdapter
extends Object
implements InitializingBean

Adapt a String to a JobLaunchRequest consisting of a reference to a Job and some JobParameters. The input String is in the format: jobname([(key=value(,key=value)*]), where