org.springframework.batch.admin.integration
Class StringToJobLaunchRequestAdapter

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

@MessageEndpoint
public class StringToJobLaunchRequestAdapter
extends java.lang.Object
implements org.springframework.beans.factory.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