316317318319320321322323324325326
} endpoint = (MessageEndpoint) job; endpoint.beforeDelivery(method); job.execute(execution); } catch (final NoSuchMethodException e) { throw new IllegalStateException(e); } catch (final ResourceException e) { ex = new JobExecutionException(e);