jobTypes.add(HttpPostInvokerJob.class);
jobType = SimpleSendMailJob.class;
propertyMap = new HashMap<Class<? extends GenericJob>, List<JobParameter>>();
propertyMap.put(SimpleSendMailJob.class,
new SimpleSendMailJob().getParameters());
propertyMap.put(HttpGetInvokerJob.class,
new HttpGetInvokerJob().getParameters());
propertyMap.put(HttpPostInvokerJob.class,
new HttpPostInvokerJob().getParameters());
jobDataMap = getCopiedProperties(jobType);