}
protected AnnotatedEndpointData createEndpointData(Annotation annotation) throws MuleException
{
//This will only get called if there is no config builder configured
Schedule schedule = (Schedule) annotation;
String uri = "quartz://schedule" + UUID.getUUID();
AnnotatedEndpointData epData = new AnnotatedEndpointData(MessageExchangePattern.ONE_WAY, ChannelType.Inbound, annotation);
epData.setProperties(convertProperties(getProperties(schedule)));